]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc32: include export.h for EXPORT_SYMBOL
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 29 Jul 2011 06:19:31 +0000 (16:19 +1000)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:11 +0000 (04:05 -0400)
commitbdf21ddf275c08404b80088c3861dec51e11aca7
tree30670ab4782065431caaddb61eed3095d4cd014c
parent28661fde66b15299ab481372dfebd5b26d53037c
powerpc32: include export.h for EXPORT_SYMBOL

Fix failures in powerpc32 associated with the previously allowed
implicit module.h presence:

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'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/powerpc/kernel/iomap.c
arch/powerpc/kernel/pci_32.c
arch/powerpc/mm/mmu_context_hash32.c
arch/powerpc/mm/tlb_hash32.c