]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 29 Jul 2011 06:19:31 +0000 (16:19 +1000)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:38 +0000 (19:30 -0400)
commit930879488495e19178f8c63297fd4b9b4df9e9fc
treef1cb7845f5961c6b43c23ffd2dcea46d6f12cef3
parent66b15db69c2553036cc25f6e2e74fe7e3aa2761e
powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE

Fix failures in powerpc associated with the previously allowed
implicit module.h presence that now lead to things like this:

arch/powerpc/mm/mmu_context_hash32.c:76:1: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
arch/powerpc/mm/tlb_hash32.c:48:1: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/powerpc/kernel/pci_32.c:51:1: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
arch/powerpc/kernel/iomap.c:36:1: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/powerpc/platforms/44x/canyonlands.c:126:1: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/powerpc/kvm/44x.c:168:59: error: 'THIS_MODULE' undeclared (first use in this function)

[with several contibutions from Stephen Rothwell <sfr@canb.auug.org.au>]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13 files changed:
arch/powerpc/include/asm/machdep.h
arch/powerpc/kernel/iomap.c
arch/powerpc/kernel/pci_32.c
arch/powerpc/kvm/44x.c
arch/powerpc/kvm/book3s_pr.c
arch/powerpc/mm/dma-noncoherent.c
arch/powerpc/mm/mmu_context_hash32.c
arch/powerpc/mm/tlb_hash32.c
arch/powerpc/mm/tlb_nohash.c
arch/powerpc/platforms/44x/warp.c
arch/powerpc/platforms/pseries/pci_dlpar.c
arch/powerpc/sysdev/ppc4xx_msi.c
arch/powerpc/sysdev/qe_lib/usb.c