]>
git.karo-electronics.de Git - karo-tx-linux.git/log
Paul Gortmaker [Sun, 31 Jul 2011 22:33:21 +0000 (18:33 -0400)]
Add export.h to arch/ia64/hp/common/hwsw_iommu.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 22:25:48 +0000 (18:25 -0400)]
arm: fix implicit use of slab.h again in samsung platform.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 22:19:17 +0000 (18:19 -0400)]
arm: fix implicit use of asm/sizes.h in samsung/dev-*.c
To several variations of messages similar to this:
CC arch/arm/plat-samsung/dev-wdt.o
arch/arm/plat-samsung/dev-wdt.c:25: error: 'SZ_1K' undeclared here (not in a function)
make[3]: *** [arch/arm/plat-samsung/dev-wdt.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 22:16:56 +0000 (18:16 -0400)]
arm: add slab.h to samsung/platformdata.c for GFP_KERNEL
To fix this:
CC arch/arm/plat-samsung/platformdata.o
arch/arm/plat-samsung/platformdata.c: In function 's3c_set_platdata':
arch/arm/plat-samsung/platformdata.c:29: error: 'GFP_KERNEL' undeclared (first use in this function)
arch/arm/plat-samsung/platformdata.c:29: error: (Each undeclared identifier is reported only once
arch/arm/plat-samsung/platformdata.c:29: error: for each function it appears in.)
make[3]: *** [arch/arm/plat-samsung/platformdata.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 21:40:26 +0000 (17:40 -0400)]
sh: fix implicit use of stat.h in dma-sysfs.c
To fix:
CC arch/sh/drivers/dma/dma-sysfs.o
arch/sh/drivers/dma/dma-sysfs.c:45:8: error: 'S_IRUGO' undeclared here (not in a function)
arch/sh/drivers/dma/dma-sysfs.c:75:8: error: 'S_IWUSR' undeclared here (not in a function)
make[4]: *** [arch/sh/drivers/dma/dma-sysfs.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 21:37:20 +0000 (17:37 -0400)]
Add export.h to arch/sh/kernel/perf_event.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 21:32:03 +0000 (17:32 -0400)]
sh: Fix conflicting definitions of ptrace_triggered
The extra nmi argument is causing this compile fail:
CC arch/sh/kernel/ptrace_32.o
arch/sh/kernel/ptrace_32.c:66:6: error: conflicting types for 'ptrace_triggered'
arch/sh/include/asm/ptrace.h:126:13: note: previous declaration of 'ptrace_triggered' was here
make[3]: *** [arch/sh/kernel/ptrace_32.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 21:20:35 +0000 (17:20 -0400)]
Add export.h to arch/sh/kernel/topology.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 21:06:43 +0000 (17:06 -0400)]
arm: fix implicit asm/page.h use in mach-bcmring/mm.c
To fix this:
arch/arm/mach-bcmring/mm.c:32: error: 'PAGE_SHIFT' undeclared here (not in a function)
make[3]: *** [arch/arm/mach-bcmring/mm.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 21:04:15 +0000 (17:04 -0400)]
arm: fix implicit use of sched.h in bcmring/dma.c
To fix this:
arch/arm/mach-bcmring/dma.c: In function 'dma_request_channel_dbg':
arch/arm/mach-bcmring/dma.c:1022: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
arch/arm/mach-bcmring/dma.c:1022: error: (Each undeclared identifier is reported only once
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:34:26 +0000 (16:34 -0400)]
drivers/sh: fix implicit use of stat.h
To fix this:
drivers/sh/intc/core.c:449: error: 'S_IRUGO' undeclared here (not in a function)
make[5]: *** [drivers/sh/intc/core.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:45 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-at91/cpuidle.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:44 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/drivers/video/msm/mdp.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:44 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-kirkwood/cpuidle.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:44 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-davinci/board-dm644x-evm.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:43 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-davinci/board-dm646x-evm.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:43 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-davinci/cpufreq.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:43 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-davinci/cpuidle.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:42 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/drivers/pcmcia/pxa2xx_cm_x255.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:21:42 +0000 (16:21 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/drivers/pcmcia/pxa2xx_cm_x270.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:19:36 +0000 (16:19 -0400)]
powerpc module.h
Paul Gortmaker [Sun, 31 Jul 2011 20:17:36 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/drivers/dma/ste_dma40.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:36 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-tegra/pcie.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:36 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-samsung/dev-nand.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:35 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-samsung/dev-pwm.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:35 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-samsung/dev-rtc.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:35 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-s3c64xx/dev-audio.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:34 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-s3c2410/mach-h1940.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:34 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/platforms/powermac/backlight.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:34 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-netx/xc.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:33 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-msm/io.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:33 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/sysdev/qe_lib/gpio.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:33 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/sysdev/fsl_gtm.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:32 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-samsung/dev-wdt.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:32 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-samsung/dev-usb.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:32 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-s3c24xx/devs.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:31 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-ixp4xx/common-pci.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:31 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-ixp4xx/common.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:31 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-ixp2000/core.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:30 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-iop/gpio.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:30 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-iop13xx/pci.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:30 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-iop/time.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:29 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-exynos4/dev-sysmmu.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:29 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-samsung/dev-asocdma.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:29 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-ep93xx/core.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:29 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/sysdev/scom.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:28 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/common/scoop.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:28 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/common/it8152.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:28 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/platforms/52xx/mpc52xx_common.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:27 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/sysdev/mpc5xxx_clocks.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:27 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/platforms/83xx/suspend.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:17:27 +0000 (16:17 -0400)]
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-shmobile/clock.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:18 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/mmc/host/sdhci-tegra.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:18 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/i2c/busses/i2c-tegra.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:18 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/mmc/host/sdhci-s3c.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:17 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/scsi/mac53c94.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:17 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/dma/ipu/ipu_idmac.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:17 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/gpio/gpio-mxc.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:16 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/gpio/gpio-mpc5200.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:16 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/mmc/host/sdhci-pxav3.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:16 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/leds/leds-s3c24xx.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:15 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/leds/leds-fsg.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:15 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/arch/powerpc/platforms/86xx/gef_gpio.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:15 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/gpio/gpio-ep93xx.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:15 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/spi/spi-orion.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:14 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/mach-davinci/
cdce949 .c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:14 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/mtd/nand/cmx270_nand.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:14:14 +0000 (16:14 -0400)]
Add module.h to /home/paul/git/module.h/linux-2.6.git/drivers/usb/host/fsl-mph-dr-of.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:08:18 +0000 (16:08 -0400)]
Add module.h to drivers/video/atmel_lcdfb.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:06:06 +0000 (16:06 -0400)]
linux/dmaengine: implicitly is using asm/page.h
Fix it so we don't see this:
include/linux/dmaengine.h:684: warning: 'struct page' declared inside parameter list
include/linux/dmaengine.h:684: warning: its scope is only this definition or declaration, which is probably not what you want
include/linux/dmaengine.h:687: warning: 'struct page' declared inside parameter list
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:02:09 +0000 (16:02 -0400)]
Add module.h to drivers/mmc/host/mxs-mmc.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 20:01:01 +0000 (16:01 -0400)]
Add module.h to drivers/gpio/gpio-mxs.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 19:55:49 +0000 (15:55 -0400)]
arm - export
Paul Gortmaker [Sun, 31 Jul 2011 19:54:55 +0000 (15:54 -0400)]
arm - export
Paul Gortmaker [Sun, 31 Jul 2011 19:54:36 +0000 (15:54 -0400)]
arm - export
Paul Gortmaker [Sun, 31 Jul 2011 19:52:57 +0000 (15:52 -0400)]
video - module
Paul Gortmaker [Sun, 31 Jul 2011 19:50:52 +0000 (15:50 -0400)]
arm - module
Paul Gortmaker [Sun, 31 Jul 2011 19:50:24 +0000 (15:50 -0400)]
spi - module
Paul Gortmaker [Sun, 31 Jul 2011 19:50:00 +0000 (15:50 -0400)]
video - module
Paul Gortmaker [Sun, 31 Jul 2011 19:45:43 +0000 (15:45 -0400)]
video exoirt
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 15:05:25 +0000 (11:05 -0400)]
video : add expt
Paul Gortmaker [Sun, 31 Jul 2011 15:05:09 +0000 (11:05 -0400)]
arm: add export
Paul Gortmaker [Sun, 31 Jul 2011 15:01:45 +0000 (11:01 -0400)]
vidfeo : export.h
Paul Gortmaker [Sun, 31 Jul 2011 15:01:30 +0000 (11:01 -0400)]
video: add module.h
Paul Gortmaker [Sun, 31 Jul 2011 14:58:03 +0000 (10:58 -0400)]
video: another export
Paul Gortmaker [Sun, 31 Jul 2011 14:57:14 +0000 (10:57 -0400)]
video: another export
Paul Gortmaker [Sun, 31 Jul 2011 14:56:30 +0000 (10:56 -0400)]
arm memset again
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:55:55 +0000 (10:55 -0400)]
arm memset again
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:54:52 +0000 (10:54 -0400)]
arm: add exoport
Paul Gortmaker [Sun, 31 Jul 2011 14:52:44 +0000 (10:52 -0400)]
arm: fix implicit memset usage in omap2 usb-tusb6010.c
To fix this:
arch/arm/mach-omap2/usb-tusb6010.c: In function 'tusb_set_async_mode':
arch/arm/mach-omap2/usb-tusb6010.c:58: error: implicit declaration of function 'memset'
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:50:50 +0000 (10:50 -0400)]
mtd: omap2.c nand driver needs module.h
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:46:34 +0000 (10:46 -0400)]
arm?: fix implicit string.h use in omap2/clockdomain.c
Otherwise we get this:
arch/arm/mach-omap2/clockdomain.c: In function '_clkdm_lookup':
arch/arm/mach-omap2/clockdomain.c:52: error: implicit declaration of function 'strcmp'
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:45:52 +0000 (10:45 -0400)]
arm: voltage export.h
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:43:46 +0000 (10:43 -0400)]
leds: needs module.h
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 14:42:00 +0000 (10:42 -0400)]
arm: fix implicit use of PAGE_SHIFT in collie.c
Otherwise we get this:
CC arch/arm/mach-sa1100/collie.o
arch/arm/mach-sa1100/collie.c:361: error: 'PAGE_SHIFT' undeclared here (not in a function)
make[3]: *** [arch/arm/mach-sa1100/collie.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 08:39:29 +0000 (04:39 -0400)]
powerpc: cpmcommon export.h
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Sun, 31 Jul 2011 08:35:36 +0000 (04:35 -0400)]
powerpc: mpc7448_hpc2.c needs module.h for search_exception_tables()
Or else we'll get this:
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c: In function 'mpc7448_machine_check_exception':
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c:207: error: implicit declaration of function 'search_exception_tables'
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker [Fri, 29 Jul 2011 00:11:01 +0000 (20:11 -0400)]
mips: fix typo introduced by resource handling cleanup
Commit
28f65c11f2ffb3957259dece647a24f8ad2e241b accidentally turned "rc"
into "rcrc" which causes this compile error:
arch/mips/pci/pci-rc32434.c: In function 'rc32434_pci_init':
arch/mips/pci/pci-rc32434.c:218: error: 'rcrc32434_res_pci_io1' undeclared (first use in this function)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Joe Perches <joe@perches.com>
Paul Gortmaker [Sun, 31 Jul 2011 06:38:31 +0000 (02:38 -0400)]
staging: ft1000_proc needs asm/io.h for inw/outw on sparc
Seen during an allmodconfig build for sparc:
CC [M] drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.o
In file included from drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c:26:
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h: In function 'ft1000_read_reg':
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h:80: error: implicit declaration of function 'inw'
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h: In function 'ft1000_write_reg':
drivers/staging/ft1000/ft1000-pcmcia/ft1000.h:86: error: implicit declaration of function 'outw'
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Stephen Rothwell [Fri, 29 Jul 2011 05:06:46 +0000 (15:06 +1000)]
drivers/input: kxtj9.c needs to explictly include module.h
Since some of its facilities are used.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>