dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers
Paul Gortmaker 475c0a6b2c uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
These macros are no longer in module.h and module.h is no longer
present everywhere.  Call out export.h for the real users who
are making use of these macros, or else we'll get things like:

 CC      drivers/uwb/umc-drv.o
drivers/uwb/umc-dev.c:42: warning: data definition has no type or storage class
drivers/uwb/umc-dev.c:42: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL_GPL’
drivers/uwb/umc-dev.c:42: warning: parameter names (without types) in function declaration

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2011-10-31 19:32:19 -04:00
..
accessibility
acpi acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL 2011-10-31 19:30:34 -04:00
amba
ata ide/ata: Add module.h to the implicit modular users 2011-10-31 19:31:37 -04:00
atm Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2011-10-25 13:25:22 +02:00
auxdisplay
base drivers/base: change module.h -> export.h in power/common.c 2011-10-31 19:31:39 -04:00
bcma bcma: fix implicit use of export.h contents 2011-10-31 19:32:02 -04:00
block block: Fix files that are modules and hence need module.h 2011-10-31 19:31:13 -04:00
bluetooth bluetooth: add module.h to drivers/bluetooth files as required. 2011-10-31 19:31:26 -04:00
cdrom
char drivers/char: Fix implicit use of err.h in ramoops.c 2011-10-31 19:31:42 -04:00
clk
clocksource drivers/clocksource: Add module.h to those who were using it implicitly 2011-10-31 19:31:42 -04:00
connector
cpufreq cpufreq: Fix build of s3c64xx cpufreq driver for header change 2011-10-31 19:31:32 -04:00
cpuidle cpuidle: ladder.c needs module.h and not just moduleparam.h 2011-10-31 19:31:31 -04:00
crypto crypto: add module.h to those files that are explicitly using it 2011-10-31 19:31:11 -04:00
dca drivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c 2011-10-31 19:31:43 -04:00
devfreq
dio
dma drivers/dma: Add export.h to ste_dma40.c 2011-10-31 19:31:44 -04:00
edac drivers/edac: Add module.h to mce_amd_inj.c 2011-10-31 19:31:45 -04:00
eisa
firewire drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c 2011-10-31 19:31:46 -04:00
firmware drivers/firmware: Add module.h to google/gsmi.c 2011-10-31 19:31:46 -04:00
gpio drivers/gpio: Fix drivers who are implicit users of module.h 2011-10-31 19:31:47 -04:00
gpu gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c 2011-10-31 19:32:04 -04:00
hid hid: Fix up files needing export.h for EXPORT_SYMBOL 2011-10-31 19:31:18 -04:00
hv hv: remove struct hv_device_info from hyperv.h 2011-10-11 09:51:22 -06:00
hwmon drivers/hwmon: add module.h to ultra45_env.c 2011-10-31 19:31:47 -04:00
hwspinlock
i2c i2c: Add module.h to modular files prev. implicitly getting it 2011-10-31 19:31:29 -04:00
ide ide/ata: Add module.h to the implicit modular users 2011-10-31 19:31:37 -04:00
idle x86: fix up files really needing to include module.h 2011-10-31 19:30:36 -04:00
ieee802154
infiniband infiniband: add moduleparam.h to drivers/infiniband as required 2011-10-31 19:31:36 -04:00
input drivers/input: add export.h to symbol exporting files. 2011-10-31 19:31:16 -04:00
iommu intel-iommu: now needs export.h for EXPORT_SYMBOL_GPL 2011-10-31 19:32:14 -04:00
isdn drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. 2011-10-31 19:31:49 -04:00
leds drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c 2011-10-31 19:31:50 -04:00
lguest lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL 2011-10-31 19:32:13 -04:00
macintosh
mca
md md: Add in export.h for files using EXPORT_SYMBOL 2011-10-31 19:31:19 -04:00
media drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
memstick drivers/memstick: Add module.h to the prev. implicit modular users 2011-10-31 19:31:52 -04:00
message drivers/message: Add module.h to i2o/pci.c 2011-10-31 19:31:53 -04:00
mfd mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required 2011-10-31 19:32:05 -04:00
misc drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. 2011-10-31 19:31:54 -04:00
mmc mmc: Fix implicit use of stat.h header in associated files 2011-10-31 19:32:07 -04:00
mtd mtd: Add module.h to drivers users that were implicitly using it. 2011-10-31 19:31:12 -04:00
net staging: Add module.h to more drivers implicitly using it. 2011-10-31 19:32:10 -04:00
nfc drivers/nfc: add module.h to nfcwilink.c 2011-10-31 19:31:54 -04:00
nubus
of drivers/of: include export.h for EXPORT_SYMBOL_GPL/THIS_MODULE as required 2011-10-31 19:31:56 -04:00
oprofile
parisc parisc: add module.h to files really requiring it 2011-10-31 19:31:01 -04:00
parport parport_pc: release IO region properly if unsupported ITE887x card is found 2011-10-18 14:17:40 -07:00
pci pci: add module.h to files implicitly relying on its presence. 2011-10-31 19:31:23 -04:00
pcmcia Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm 2011-10-27 08:39:10 +02:00
pinctrl pinctrl/sirf: fix sirfsoc_get_group_pins prototype 2011-10-25 10:43:57 +02:00
platform x86: fix up files really needing to include module.h 2011-10-31 19:30:36 -04:00
pnp
power drivers/power: Add module.h to the actual modules in drivers/power 2011-10-31 19:31:56 -04:00
pps
ps3 powerpc: Fix up modules that should be including module.h 2011-10-31 19:30:38 -04:00
ptp
rapidio drivers/rapidio: idt_gen2.c is implicitly relying on getting stat.h 2011-10-31 19:31:57 -04:00
regulator regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
rtc rtc: Add module.h to implicit users in drivers/rtc 2011-10-31 19:31:28 -04:00
s390 s390: add missing module.h/export.h includes 2011-10-31 19:30:58 -04:00
sbus
scsi scsi: Fix up files implicitly depending on module.h inclusion 2011-10-31 19:31:24 -04:00
sfi drivers/sfi: sfi_acpi.c needs sysfs.h 2011-10-31 19:31:57 -04:00
sh drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c 2011-10-31 19:31:58 -04:00
sn
spi spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c 2011-10-31 19:32:17 -04:00
ssb ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:32:08 -04:00
staging staging: Add module.h to more drivers implicitly using it. 2011-10-31 19:32:10 -04:00
target drivers/target: Add module.h to drivers/target files as required. 2011-10-31 19:31:59 -04:00
tc
telephony
thermal
tty tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters 2011-10-31 19:31:28 -04:00
uio uio: Add module.h to implicit drivers/uio users 2011-10-31 19:32:10 -04:00
usb usb: fix implicit usage of gfp.h in host/xhci-hub.c 2011-10-31 19:31:26 -04:00
uwb uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required 2011-10-31 19:32:19 -04:00
vhost
video video: Add module.h to drivers/video files who really use it. 2011-10-31 19:31:33 -04:00
virt
virtio virtio: Add module.h to drivers/virtio users. 2011-10-31 19:32:14 -04:00
vlynq
w1 drivers/w1: Add moduleparam.h to drivers/w1/w1_int.c 2011-10-31 19:32:00 -04:00
watchdog Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2011-10-26 17:03:38 +02:00
xen xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. 2011-10-31 19:32:11 -04:00
zorro drivers/zorro: Add export.h to proc.c 2011-10-31 19:32:01 -04:00
Kconfig Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 2011-10-26 15:39:02 +02:00
Makefile Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 2011-10-26 15:39:02 +02:00