summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker
2011-10-31arm: add slab.h to plat-samsung files for GFP_KERNELPaul Gortmaker
2011-10-31arm: fix implicit use of sched.h in bcmring/dma.cPaul Gortmaker
2011-10-31arm: fix implicit use of moduleparam in mach-mx31*.cPaul Gortmaker
2011-10-31arm: fix implicit use of page.h in several arch/arm filesPaul Gortmaker
2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-10-31powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.hPaul Gortmaker
2011-10-31powerpc: fix two implicit header uses in pseries/plpar_wrappers.hPaul Gortmaker
2011-10-31powerpc: fix implicit use of mutex.h by include/asm/spu.hPaul Gortmaker
2011-10-31powerpc: fix implicit use of cache.h in kernel/firmware.cPaul Gortmaker
2011-10-31powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker
2011-10-31powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker
2011-10-31powerpc: Fix up implicit stat.h usersPaul Gortmaker
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker
2011-10-31powerpc: io-workarounds.c was implicitly getting init_mmPaul Gortmaker
2011-10-31x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-31x86: fix implicit include of <linux/topology.h> in vsyscall_64Paul Gortmaker
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
2011-10-31acpi: downgrade files from module.h to export.h where possible.Paul Gortmaker
2011-10-31acpi: delete module.h include from files explicitly not needing itPaul Gortmaker
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-31net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
2011-10-31kernel: fix up module header handling in rcutiny filesPaul Gortmaker
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker
2011-10-31kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-31mm: fix implicit stat.h usage in dmapool.cPaul Gortmaker
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-31mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker
2011-10-31range: fix bogus misuse of module.h to get printk()Paul Gortmaker