summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes-modulesplit' into fixesTony Lindgren2011-11-073863-39041/+82624
|\
| * ARM: OMAP: Fix export.h or module.h includesTony Lindgren2011-11-074-0/+4
| * ARM: OMAP: omap_device: Include linux/export.hAxel Lin2011-11-071-0/+1
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072057-606/+2248
| |\
| | * Revert "tracing: Include module.h in define_trace.h"Paul Gortmaker2011-11-011-10/+0
| | * irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-11-013-21/+14
| | * bluetooth: macroize two small inlines to avoid module.hPaul Gortmaker2011-11-011-11/+13
| | * ip_vs.h: fix implicit use of module_get/module_put from module.hPaul Gortmaker2011-11-011-8/+7
| | * nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker2011-11-011-0/+2
| | * include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-11-0122-22/+34
| | * include: convert various register fcns to macros to avoid include chainingPaul Gortmaker2011-11-0111-58/+57
| | * crypto.h: remove unused crypto_tfm_alg_modname() inlinePaul Gortmaker2011-11-011-6/+0
| | * uwb.h: fix implicit use of asm/page.h for PAGE_SIZEPaul Gortmaker2011-11-011-0/+1
| | * pm_runtime.h: explicitly requires notifier.hPaul Gortmaker2011-11-011-0/+1
| | * linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker2011-11-011-0/+2
| | * miscdevice.h: fix up implicit use of lists and typesPaul Gortmaker2011-11-011-0/+2
| | * stop_machine.h: fix implicit use of smp.h for smp_processor_idPaul Gortmaker2011-11-011-0/+1
| | * of: fix implicit use of errno.h in include/linux/of.hPaul Gortmaker2011-11-011-0/+1
| | * of_platform.h: delete needless include <linux/module.h>Paul Gortmaker2011-11-011-1/+0
| | * acpi: remove module.h include from platform/aclinux.hPaul Gortmaker2011-11-011-1/+0
| | * miscdevice.h: delete unnecessary inclusion of module.hPaul Gortmaker2011-11-011-1/+0
| | * device_cgroup.h: delete needless include <linux/module.h>Paul Gortmaker2011-11-011-1/+0
| | * net: sch_generic remove redundant use of <linux/module.h>Paul Gortmaker2011-11-011-1/+0
| | * net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker2011-11-011-1/+0
| | * sysdev.h: dont include <linux/module.h> for no reasonPaul Gortmaker2011-11-011-1/+0
| | * vermagic: delete unused include of <linux/module.h>Paul Gortmaker2011-11-011-1/+0
| | * lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker2011-11-011-0/+1
| | * watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.cPaul Gortmaker2011-11-011-0/+1
| | * pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-011-0/+1
| | * pinctrl: EXPORT_SYMBOL needs export.hStephen Rothwell2011-11-011-0/+1
| | * pcmcia: Add export.h to drivers/pcmcia as required.Paul Gortmaker2011-11-012-0/+2
| | * pcmcia: add module.h to db1xxx_ss.c since it is modular.Paul Gortmaker2011-11-011-0/+1
| | * uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-0112-0/+12
| | * uwb: Add module.h to the real uwb modular users.Paul Gortmaker2011-11-012-0/+2
| | * drivers/uwb: fix implicit use of stat.hPaul Gortmaker2011-11-012-0/+2
| | * spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.cPaul Gortmaker2011-11-011-0/+1
| | * spi: Add module.h to implicit users in drivers/spiPaul Gortmaker2011-11-0118-0/+18
| | * regulator: Fix implicit use of notifier.h by driver.hPaul Gortmaker2011-11-011-0/+1
| | * regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker2011-11-0119-0/+19
| | * regulator: Add export.h for THIS_MODULE to dummy.cPaul Gortmaker2011-11-011-0/+1
| | * intel-iommu: now needs export.h for EXPORT_SYMBOL_GPLPaul Gortmaker2011-11-011-0/+1
| | * virtio: Add module.h to drivers/virtio users.Paul Gortmaker2011-11-013-0/+3
| | * lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2011-11-013-0/+3
| | * kvm: iommu.c file requires the full module.h present.Paul Gortmaker2011-11-011-0/+1
| | * kvm: fix implicit use of stat.h header filePaul Gortmaker2011-11-011-0/+1
| | * xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-11-015-0/+5
| | * xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-11-014-0/+4
| | * uio: Add module.h to implicit drivers/uio usersPaul Gortmaker2011-11-012-0/+2
| | * staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-11-0110-0/+10
| | * staging: Add moduleparam.h to drivers/staging files as requiredPaul Gortmaker2011-11-013-1/+4