summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2011-10-31hid: Add module.h to fix up implicit users of itPaul Gortmaker
2011-10-31drivers/input: add export.h to symbol exporting files.Paul Gortmaker
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker
2011-10-31drivers: power_supply_sysfs.c needs stat.hPaul Gortmaker
2011-10-31drivers/base: transport_class explicitly requires EXPORT_SYMBOLPaul Gortmaker
2011-10-31of: of_pci.c needs export.h since it uses EXPORT_SYMBOLSPaul Gortmaker
2011-10-31block: Fix files that are modules and hence need module.hPaul Gortmaker
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker
2011-10-31drivers/net: fix mislocated headers in cxgb4/l2t.cPaul Gortmaker
2011-10-31drivers/net: wireless/ath/ath5k/debug.c does not need module.hPaul Gortmaker
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker
2011-10-31sh: Add module.h to arch/sh specific files as required.Paul Gortmaker
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker
2011-10-31parisc: add module.h to files really requiring itPaul Gortmaker
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker
2011-10-31x86: fix up files really needing to include module.hPaul 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-11-01Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann
2011-10-31Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2011-10-31Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-10-31scsi: drop unused Kconfig symbolPaul Bolle
2011-10-31pci: drop unused Kconfig symbolPaul Bolle
2011-10-31stmmac: drop unused Kconfig symbolPaul Bolle
2011-10-31Merge branch 'next/fixes' into next/cleanupArnd Bergmann
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-10-31Merge branch 'depends/omap2_dss' into next/cleanupArnd Bergmann
2011-10-31Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann
2011-10-31dm: raid fix device status indicator when array initializingJonathan E Brassow
2011-10-31dm log userspace: add log device dependencyJonathan E Brassow
2011-10-31dm log userspace: fix comment hyphensJonathan Brassow
2011-10-31dm: add thin provisioning targetJoe Thornber
2011-10-31dm: add persistent data libraryJoe Thornber
2011-10-31dm: add bufioMikulas Patocka