aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31arm: fix implicit use of moduleparam in mach-mx31*.cPaul Gortmaker3-0/+3
2011-10-31arm: fix implicit use of page.h in several arch/arm filesPaul Gortmaker3-0/+3
2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker5-0/+5
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker1-0/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker28-32/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker61-61/+61
2011-10-31powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.hPaul Gortmaker1-1/+2
2011-10-31powerpc: fix two implicit header uses in pseries/plpar_wrappers.hPaul Gortmaker1-0/+3
2011-10-31powerpc: fix implicit use of mutex.h by include/asm/spu.hPaul Gortmaker1-0/+1
2011-10-31powerpc: fix implicit use of cache.h in kernel/firmware.cPaul Gortmaker1-1/+2
2011-10-31powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker1-1/+2
2011-10-31powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker1-0/+1
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker8-0/+8
2011-10-31powerpc: Fix up implicit stat.h usersPaul Gortmaker6-0/+6
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker14-0/+14
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker13-0/+13
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker43-0/+43
2011-10-31powerpc: io-workarounds.c was implicitly getting init_mmPaul Gortmaker1-0/+1
2011-10-31x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker1-0/+1
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker8-0/+8
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker24-2/+25
2011-10-31x86: fix implicit include of <linux/topology.h> in vsyscall_64Paul Gortmaker1-0/+1
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker22-0/+22
2011-10-31acpi: downgrade files from module.h to export.h where possible.Paul Gortmaker1-1/+1
2011-10-31acpi: delete module.h include from files explicitly not needing itPaul Gortmaker1-1/+0
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker3-0/+3
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker9-0/+9
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker11-0/+11
2011-10-31net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker129-0/+130
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker6-0/+6
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker29-0/+30
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker10-0/+10
2011-10-31kernel: fix up module header handling in rcutiny filesPaul Gortmaker2-1/+1
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-10-31kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker1-0/+1
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker1-0/+2
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker3-0/+3
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2-0/+2
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-10-31mm: fix implicit stat.h usage in dmapool.cPaul Gortmaker1-0/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-10-31mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker2-0/+2
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker6-6/+0
2011-10-31range: fix bogus misuse of module.h to get printk()Paul Gortmaker1-1/+1
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2-5/+5
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker2-67/+90
2011-10-30i2c: Functions for byte-swapped smbus_write/read_word_dataJonathan Cameron2-0/+25
2011-10-30i2c-algo-pca: Return standard fault codesJean Delvare1-2/+4
2011-10-30i2c-algo-bit: Return standard fault codesJean Delvare1-7/+7