aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 14-0/+14
2011-10-31mips: remove needless include of module.h from core kernel files.Gravatar Paul Gortmaker 9-9/+0
2011-10-31mips: migrate core kernel file from module.h --> export.hGravatar Paul Gortmaker 11-11/+11
2011-10-31mips: fix implicit smp.h usage in various files.Gravatar Paul Gortmaker 3-0/+3
2011-10-31mips: fix implicit use of asm/elf.h in kernel/cpu-probe.cGravatar Paul Gortmaker 1-0/+1
2011-10-31sparc: Add module.h to files previously implicitly using it.Gravatar Paul Gortmaker 3-0/+3
2011-10-31sparc: remove several unnecessary module.h include instancesGravatar Paul Gortmaker 13-13/+0
2011-10-31sparc: move symbol exporters to use export.h not module.hGravatar Paul Gortmaker 23-23/+23
2011-10-31sparc: add export.h to arch/sparc files as requiredGravatar Paul Gortmaker 18-0/+18
2011-10-31sparc: fix implicit use of uaccess.h header in mdesc.cGravatar Paul Gortmaker 1-0/+1
2011-10-31sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.cGravatar Paul Gortmaker 2-0/+2
2011-10-31arm: Add moduleparam.h to arch/arm files as requiredGravatar Paul Gortmaker 1-0/+1
2011-10-31arm: fix implicit module.h users by adding it to arch/arm as required.Gravatar Paul Gortmaker 6-0/+6
2011-10-31arm: Add export.h to ARM specific files as required.Gravatar Paul Gortmaker 34-0/+34
2011-10-31arm: convert core files from module.h to export.hGravatar Paul Gortmaker 14-14/+14
2011-10-31arm: remove several unnecessary module.h include instancesGravatar Paul Gortmaker 5-5/+0
2011-10-31arm: add slab.h to plat-samsung files for GFP_KERNELGravatar Paul Gortmaker 2-0/+2
2011-10-31arm: fix implicit use of sched.h in bcmring/dma.cGravatar Paul Gortmaker 1-0/+1
2011-10-31arm: fix implicit use of moduleparam in mach-mx31*.cGravatar Paul Gortmaker 3-0/+3
2011-10-31arm: fix implicit use of page.h in several arch/arm filesGravatar Paul Gortmaker 3-0/+3
2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesGravatar Paul Gortmaker 5-0/+5
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cGravatar Paul Gortmaker 1-0/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Gravatar Paul Gortmaker 28-32/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hGravatar Paul Gortmaker 61-61/+61
2011-10-31powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.hGravatar Paul Gortmaker 1-1/+2
2011-10-31powerpc: fix two implicit header uses in pseries/plpar_wrappers.hGravatar Paul Gortmaker 1-0/+3
2011-10-31powerpc: fix implicit use of mutex.h by include/asm/spu.hGravatar Paul Gortmaker 1-0/+1
2011-10-31powerpc: fix implicit use of cache.h in kernel/firmware.cGravatar Paul Gortmaker 1-1/+2
2011-10-31powerpc: fix implicit notifier use in converting to export.hGravatar Paul Gortmaker 1-1/+2
2011-10-31powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsGravatar Paul Gortmaker 1-0/+1
2011-10-31powerpc: Fix up implicit sched.h usersGravatar Paul Gortmaker 8-0/+8
2011-10-31powerpc: Fix up implicit stat.h usersGravatar Paul Gortmaker 6-0/+6
2011-10-31powerpc: Fix up modules that should be including module.hGravatar Paul Gortmaker 14-0/+14
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 13-0/+13
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLGravatar Paul Gortmaker 43-0/+43
2011-10-31powerpc: io-workarounds.c was implicitly getting init_mmGravatar Paul Gortmaker 1-0/+1
2011-10-31x86: efi_32.c is implicitly getting asm/desc.h via module.hGravatar Paul Gortmaker 1-0/+1
2011-10-31x86: fix up files really needing to include module.hGravatar Paul Gortmaker 8-0/+8
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 24-2/+25
2011-10-31x86: fix implicit include of <linux/topology.h> in vsyscall_64Gravatar Paul Gortmaker 1-0/+1
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLGravatar Paul Gortmaker 22-0/+22
2011-10-31acpi: downgrade files from module.h to export.h where possible.Gravatar Paul Gortmaker 1-1/+1
2011-10-31acpi: delete module.h include from files explicitly not needing itGravatar Paul Gortmaker 1-1/+0
2011-10-31acpi: add module.h to files implicitly using/relying on it.Gravatar Paul Gortmaker 3-0/+3
2011-10-31fs: add module.h to files that were implicitly using itGravatar Paul Gortmaker 9-0/+9
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosGravatar Paul Gortmaker 11-0/+11
2011-10-31net: fix implicit kmod.h usage in bridge/br_stp_if.cGravatar Paul Gortmaker 1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 129-0/+130
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCGravatar Paul Gortmaker 6-0/+6
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 29-0/+30