1. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  2. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  3. 31623ca sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  4. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  5. daaa5f7 md: Add in export.h for files using EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  6. 056075c md: Add module.h to all files using it implicitly by Paul Gortmaker · 13 years ago
  7. ec37d32 hid: Fix up files needing export.h for EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  8. 8f86a2c hid: Add module.h to fix up implicit users of it by Paul Gortmaker · 13 years ago
  9. 15d0580 drivers/input: add export.h to symbol exporting files. by Paul Gortmaker · 13 years ago
  10. d2d8442 drivers/input: Add module.h to modular drivers implicitly using it by Paul Gortmaker · 13 years ago
  11. 778f523 drivers: power_supply_sysfs.c needs stat.h by Paul Gortmaker · 13 years ago
  12. eef9c3d drivers/base: transport_class explicitly requires EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  13. 9775913 of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS by Paul Gortmaker · 13 years ago
  14. 6adb123 block: Change module.h -> export.h in bsg-lib.c by Paul Gortmaker · 13 years ago
  15. 0c8d44f block: Fix files that are modules and hence need module.h by Paul Gortmaker · 13 years ago
  16. d5decd3 block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  17. a0e5cc5 mtd: Add module.h to drivers users that were implicitly using it. by Paul Gortmaker · 13 years ago
  18. f3bcc01 mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  19. 4bb33cc crypto: add module.h to those files that are explicitly using it by Paul Gortmaker · 13 years ago
  20. 310587c drivers/net: fix mislocated headers in cxgb4/l2t.c by Paul Gortmaker · 13 years ago
  21. d0e88ec drivers/net: wireless/ath/ath5k/debug.c does not need module.h by Paul Gortmaker · 13 years ago
  22. 6eb07ca drivers/net: Add moduleparam.h to drivers as required. by Paul Gortmaker · 13 years ago
  23. ac5c24e9 drivers/net: change moduleparam.h to module.h as required. by Paul Gortmaker · 13 years ago
  24. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  25. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  26. 5270f31 unicore32: EXPORT_SYMBOL needs export.h by Axel Lin · 13 years ago
  27. 66421a6 microblaze: Add export.h to arch/microblaze files as required by Paul Gortmaker · 13 years ago
  28. f7be345 sh: Add export.h to arch/sh specific files as required. by Paul Gortmaker · 13 years ago
  29. db4e839 sh: Add module.h to arch/sh specific files as required. by Paul Gortmaker · 13 years ago
  30. 0c43871 sh: fix implicit use of stat.h in arch/sh specific files by Paul Gortmaker · 13 years ago
  31. 00cd117 alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  32. ce7cf07 alpha: fix implicit stat.h usage in pci-sysfs.c by Paul Gortmaker · 13 years ago
  33. 6a550b9 blackfin: add module.h to files implicitly expecting to use it. by Paul Gortmaker · 13 years ago
  34. 8dc7a9c blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  35. 6caddf0 parisc: add module.h to files really requiring it by Paul Gortmaker · 13 years ago
  36. a87df54 parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  37. 09cf6a2 avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  38. 12799fe m68k: Add export.h to the m68k specific files as required by Paul Gortmaker · 13 years ago
  39. bd3ff19 ia64: Add export.h to arch/ia64 specific files as required by Paul Gortmaker · 13 years ago
  40. 3a4c5d5 s390: add missing module.h/export.h includes by Heiko Carstens · 13 years ago
  41. cae39d1 mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  42. 848484e mips: remove needless include of module.h from core kernel files. by Paul Gortmaker · 13 years ago
  43. 73bc256 mips: migrate core kernel file from module.h --> export.h by Paul Gortmaker · 13 years ago
  44. c72f4d6 mips: fix implicit smp.h usage in various files. by Paul Gortmaker · 13 years ago
  45. 06372a6 mips: fix implicit use of asm/elf.h in kernel/cpu-probe.c by Paul Gortmaker · 13 years ago
  46. f060ac5 sparc: Add module.h to files previously implicitly using it. by Paul Gortmaker · 13 years ago
  47. cdd0b0a sparc: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  48. 066bcac sparc: move symbol exporters to use export.h not module.h by Paul Gortmaker · 13 years ago
  49. 7b64db6 sparc: add export.h to arch/sparc files as required by Paul Gortmaker · 13 years ago
  50. cd66bc4 sparc: fix implicit use of uaccess.h header in mdesc.c by Paul Gortmaker · 13 years ago
  51. c2068da sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.c by Paul Gortmaker · 13 years ago
  52. 6a7a5dc arm: Add moduleparam.h to arch/arm files as required by Paul Gortmaker · 13 years ago
  53. 73017a5 arm: fix implicit module.h users by adding it to arch/arm as required. by Paul Gortmaker · 13 years ago
  54. dc28094 arm: Add export.h to ARM specific files as required. by Paul Gortmaker · 13 years ago
  55. ecea4ab arm: convert core files from module.h to export.h by Paul Gortmaker · 13 years ago
  56. d91ef63 arm: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  57. 3d46cce arm: add slab.h to plat-samsung files for GFP_KERNEL by Paul Gortmaker · 13 years ago
  58. 4cffaf7 arm: fix implicit use of sched.h in bcmring/dma.c by Paul Gortmaker · 13 years ago
  59. 9e90741 arm: fix implicit use of moduleparam in mach-mx31*.c by Paul Gortmaker · 13 years ago
  60. 9e54d33 arm: fix implicit use of page.h in several arch/arm files by Paul Gortmaker · 13 years ago
  61. d44b28c arm: fix implicit memset/string.h usage in various arch/arm files by Paul Gortmaker · 13 years ago
  62. ce8b9d2 arm: add elf.h to arch/arm/kernel/ptrace.c by Paul Gortmaker · 13 years ago
  63. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  64. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  65. e9848d6 powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.h by Paul Gortmaker · 13 years ago
  66. 614f15b powerpc: fix two implicit header uses in pseries/plpar_wrappers.h by Paul Gortmaker · 13 years ago
  67. e415372 powerpc: fix implicit use of mutex.h by include/asm/spu.h by Paul Gortmaker · 13 years ago
  68. cab2e05 powerpc: fix implicit use of cache.h in kernel/firmware.c by Paul Gortmaker · 13 years ago
  69. 2a7156b powerpc: fix implicit notifier use in converting to export.h by Paul Gortmaker · 13 years ago
  70. 08f1e55 powerpc: cell/beat_wrapper.h is implicitly using memcpy functions by Paul Gortmaker · 13 years ago
  71. 62fe91b powerpc: Fix up implicit sched.h users by Paul Gortmaker · 13 years ago
  72. b56eade powerpc: Fix up implicit stat.h users by Paul Gortmaker · 13 years ago
  73. 7dfe293 powerpc: Fix up modules that should be including module.h by Paul Gortmaker · 13 years ago
  74. 9308794 powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  75. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  76. 333a151 powerpc: io-workarounds.c was implicitly getting init_mm by Paul Gortmaker · 13 years ago
  77. 783ac47 x86: efi_32.c is implicitly getting asm/desc.h via module.h by Paul Gortmaker · 13 years ago
  78. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 13 years ago
  79. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  80. 2957402 x86: fix implicit include of <linux/topology.h> in vsyscall_64 by Paul Gortmaker · 13 years ago
  81. 214f2c9 acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  82. 067d756 acpi: downgrade files from module.h to export.h where possible. by Paul Gortmaker · 13 years ago
  83. c0d12cc acpi: delete module.h include from files explicitly not needing it by Paul Gortmaker · 13 years ago
  84. cc4b859 acpi: add module.h to files implicitly using/relying on it. by Paul Gortmaker · 13 years ago
  85. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  86. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  87. 79bb1ee net: fix implicit kmod.h usage in bridge/br_stp_if.c by Paul Gortmaker · 13 years ago
  88. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  89. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  90. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  91. 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 13 years ago
  92. bdfa97b kernel: fix up module header handling in rcutiny files by Paul Gortmaker · 13 years ago
  93. 72a59aa kernel: params.c needs module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  94. 1596425 kernel: ksysfs.c is implicitly using stat.h by Paul Gortmaker · 13 years ago
  95. 967d1f9 kernel: fix two implicit header assumptions in irq_work.c by Paul Gortmaker · 13 years ago
  96. 74da1ff kernel: fix several implicit usasges of kmod.h by Paul Gortmaker · 13 years ago
  97. 56d82e0 kernel: Add <linux/module.h> to files using it implicitly by Paul Gortmaker · 13 years ago
  98. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  99. 7c77509 mm: fix implicit stat.h usage in dmapool.c by Paul Gortmaker · 13 years ago
  100. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago