]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: add export.h to kernel/proces.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 02:03:47 +0000 (22:03 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:27 +0000 (23:43 -0400)
commit6f743073bfa3b5f424fe34a2f4e0881bd90d6d20
tree127f5a4937ee373d7ee9a5e9b54b454bcfe04291
parenta0f6720bf69153c54eb9021408972b52b2e337c3
mips: add export.h to kernel/proces.c

Do this in advance of the module.h cleanup or we will get:

arch/mips/kernel/process.c:444: error: data definition has no type or storage class
arch/mips/kernel/process.c:444: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/mips/kernel/process.c:444: error: parameter names (without types) in function declaration
make[3]: *** [arch/mips/kernel/process.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/kernel/process.c