Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b983452b
Commit
b983452b
authored
Oct 23, 2006
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with mainline: Get rid of <#include linux/config.h>
parent
26e460b3
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
0 additions
and
36 deletions
+0
-36
arch/arm/boot/compressed/head-omap.S
arch/arm/boot/compressed/head-omap.S
+0
-1
arch/arm/plat-omap/bootreason.c
arch/arm/plat-omap/bootreason.c
+0
-1
arch/arm/plat-omap/sti/sti.c
arch/arm/plat-omap/sti/sti.c
+0
-1
drivers/bluetooth/brf6150.c
drivers/bluetooth/brf6150.c
+0
-1
drivers/cbus/retu-pwrbutton.c
drivers/cbus/retu-pwrbutton.c
+0
-1
drivers/cbus/retu-wdt.c
drivers/cbus/retu-wdt.c
+0
-1
drivers/cbus/retu.c
drivers/cbus/retu.c
+0
-1
drivers/cbus/tahvo-usb.c
drivers/cbus/tahvo-usb.c
+0
-1
drivers/cbus/tahvo.c
drivers/cbus/tahvo.c
+0
-1
drivers/char/omap-rtc.c
drivers/char/omap-rtc.c
+0
-1
drivers/i2c/chips/isp1301_omap.c
drivers/i2c/chips/isp1301_omap.c
+0
-1
drivers/i2c/chips/tlv320aic23.c
drivers/i2c/chips/tlv320aic23.c
+0
-1
drivers/leds/leds-omap-pwm.c
drivers/leds/leds-omap-pwm.c
+0
-1
drivers/leds/leds-omap.c
drivers/leds/leds-omap.c
+0
-1
drivers/media/video/omap/camera_core.c
drivers/media/video/omap/camera_core.c
+0
-1
drivers/media/video/omap/omap16xxcam.c
drivers/media/video/omap/omap16xxcam.c
+0
-1
drivers/spi/omap_uwire.c
drivers/spi/omap_uwire.c
+0
-1
drivers/usb/musb/cppi_dma.c
drivers/usb/musb/cppi_dma.c
+0
-1
drivers/usb/musb/davinci.c
drivers/usb/musb/davinci.c
+0
-1
drivers/usb/musb/musb_host.c
drivers/usb/musb/musb_host.c
+0
-1
drivers/usb/musb/musb_procfs.c
drivers/usb/musb/musb_procfs.c
+0
-1
drivers/usb/musb/omap2430.c
drivers/usb/musb/omap2430.c
+0
-2
drivers/usb/musb/otg.c
drivers/usb/musb/otg.c
+0
-1
drivers/usb/musb/plat_uds.c
drivers/usb/musb/plat_uds.c
+0
-1
drivers/usb/musb/tusb6010.c
drivers/usb/musb/tusb6010.c
+0
-1
drivers/usb/musb/tusb6010_omap.c
drivers/usb/musb/tusb6010_omap.c
+0
-1
drivers/usb/musb/virthub.c
drivers/usb/musb/virthub.c
+0
-1
drivers/video/omap/hwa742.c
drivers/video/omap/hwa742.c
+0
-1
drivers/video/omap/lcdc.c
drivers/video/omap/lcdc.c
+0
-1
drivers/video/omap/omapfb_main.c
drivers/video/omap/omapfb_main.c
+0
-1
drivers/video/omap/sossi.c
drivers/video/omap/sossi.c
+0
-1
sound/arm/omap/omap-alsa-aic23-mixer.c
sound/arm/omap/omap-alsa-aic23-mixer.c
+0
-1
sound/arm/omap/omap-alsa-dma.c
sound/arm/omap/omap-alsa-dma.c
+0
-1
sound/oss/omap-audio-dma-intfc.c
sound/oss/omap-audio-dma-intfc.c
+0
-1
sound/oss/omap-audio.c
sound/oss/omap-audio.c
+0
-1
No files found.
arch/arm/boot/compressed/head-omap.S
View file @
b983452b
...
...
@@ -5,7 +5,6 @@
*
*/
#include <linux/config.h>
#include <linux/linkage.h>
#include <asm/mach-types.h>
...
...
arch/arm/plat-omap/bootreason.c
View file @
b983452b
...
...
@@ -27,7 +27,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/config.h>
#include <linux/proc_fs.h>
#include <linux/errno.h>
#include <asm/arch/board.h>
...
...
arch/arm/plat-omap/sti/sti.c
View file @
b983452b
...
...
@@ -14,7 +14,6 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/module.h>
...
...
drivers/bluetooth/brf6150.c
View file @
b983452b
...
...
@@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
...
...
drivers/cbus/retu-pwrbutton.c
View file @
b983452b
...
...
@@ -25,7 +25,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/input.h>
...
...
drivers/cbus/retu-wdt.c
View file @
b983452b
...
...
@@ -27,7 +27,6 @@
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/config.h>
#include <linux/errno.h>
#include <linux/moduleparam.h>
#include <linux/platform_device.h>
...
...
drivers/cbus/retu.c
View file @
b983452b
...
...
@@ -26,7 +26,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/device.h>
...
...
drivers/cbus/tahvo-usb.c
View file @
b983452b
...
...
@@ -27,7 +27,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
...
...
drivers/cbus/tahvo.c
View file @
b983452b
...
...
@@ -26,7 +26,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/device.h>
...
...
drivers/char/omap-rtc.c
View file @
b983452b
...
...
@@ -43,7 +43,6 @@
* REVISIT: Elaborate on OMAP1510 TRM 15uS BUSY access rule.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
...
...
drivers/i2c/chips/isp1301_omap.c
View file @
b983452b
...
...
@@ -21,7 +21,6 @@
#undef DEBUG
#undef VERBOSE
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
...
...
drivers/i2c/chips/tlv320aic23.c
View file @
b983452b
...
...
@@ -20,7 +20,6 @@
*
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/i2c.h>
...
...
drivers/leds/leds-omap-pwm.c
View file @
b983452b
...
...
@@ -10,7 +10,6 @@
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/err.h>
...
...
drivers/leds/leds-omap.c
View file @
b983452b
...
...
@@ -10,7 +10,6 @@
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
...
...
drivers/media/video/omap/camera_core.c
View file @
b983452b
...
...
@@ -21,7 +21,6 @@
* 27/03/05 Vladimir Barinov - Added support for power management
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
...
...
drivers/media/video/omap/omap16xxcam.c
View file @
b983452b
...
...
@@ -18,7 +18,6 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#include <linux/config.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/proc_fs.h>
...
...
drivers/spi/omap_uwire.c
View file @
b983452b
...
...
@@ -30,7 +30,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
...
...
drivers/usb/musb/cppi_dma.c
View file @
b983452b
...
...
@@ -6,7 +6,6 @@
* TUSB 6010 over VLYNQ has CPPI that looks much like DaVinci.
*/
#include <linux/config.h>
#include <linux/usb.h>
#include "musbdefs.h"
...
...
drivers/usb/musb/davinci.c
View file @
b983452b
...
...
@@ -21,7 +21,6 @@
*
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/kernel.h>
...
...
drivers/usb/musb/musb_host.c
View file @
b983452b
...
...
@@ -32,7 +32,6 @@
* GRAPHICS SUPPORT CUSTOMER.
******************************************************************/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/kernel.h>
...
...
drivers/usb/musb/musb_procfs.c
View file @
b983452b
...
...
@@ -37,7 +37,6 @@
* The code managing debug files (currently in procfs).
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
...
...
drivers/usb/musb/omap2430.c
View file @
b983452b
...
...
@@ -20,7 +20,6 @@
* Suite 330, Boston, MA 02111-1307 USA
*
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/kernel.h>
...
...
@@ -30,7 +29,6 @@
#include <linux/list.h>
#include <linux/clk.h>
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
...
...
drivers/usb/musb/otg.c
View file @
b983452b
...
...
@@ -52,7 +52,6 @@
* the USB-IF OTG tests even at full speed; presumably not.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
...
...
drivers/usb/musb/plat_uds.c
View file @
b983452b
...
...
@@ -93,7 +93,6 @@
* Most of the conditional compilation will (someday) vanish.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/kernel.h>
...
...
drivers/usb/musb/tusb6010.c
View file @
b983452b
...
...
@@ -15,7 +15,6 @@
* interface.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
...
...
drivers/usb/musb/tusb6010_omap.c
View file @
b983452b
...
...
@@ -8,7 +8,6 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
...
...
drivers/usb/musb/virthub.c
View file @
b983452b
...
...
@@ -32,7 +32,6 @@
* GRAPHICS SUPPORT CUSTOMER.
******************************************************************/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
...
...
drivers/video/omap/hwa742.c
View file @
b983452b
...
...
@@ -22,7 +22,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/fb.h>
...
...
drivers/video/omap/lcdc.c
View file @
b983452b
...
...
@@ -20,7 +20,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/interrupt.h>
...
...
drivers/video/omap/omapfb_main.c
View file @
b983452b
...
...
@@ -26,7 +26,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <linux/config.h>
#include <linux/platform_device.h>
#include <asm/uaccess.h>
...
...
drivers/video/omap/sossi.c
View file @
b983452b
...
...
@@ -20,7 +20,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/clk.h>
...
...
sound/arm/omap/omap-alsa-aic23-mixer.c
View file @
b983452b
...
...
@@ -37,7 +37,6 @@
* with aic23 codec for osk5912
*/
#include <linux/config.h>
#include <sound/driver.h>
#include <asm/arch/aic23.h>
...
...
sound/arm/omap/omap-alsa-dma.c
View file @
b983452b
...
...
@@ -41,7 +41,6 @@
* 2005-12-18 Dirk Behme - Added L/R Channel Interchange fix as proposed by Ajaya Babu
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
...
...
sound/oss/omap-audio-dma-intfc.c
View file @
b983452b
...
...
@@ -32,7 +32,6 @@
* 2005-12-10 Dirk Behme - Added L/R Channel Interchange fix as proposed by Ajaya Babu
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
...
...
sound/oss/omap-audio.c
View file @
b983452b
...
...
@@ -29,7 +29,6 @@
/***************************** INCLUDES ************************************/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment