]> 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>
Sun, 31 Jul 2011 08:05:31 +0000 (04:05 -0400)
commitb0b5e382b026469da513428ada4c08a3669d38de
treeea911a193392e037f8731cb9c83a74a465d4fac9
parentdc32428513d7a653de7b69748ecb06e26f861485
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