]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: fix implicit usage of export.h on rb532 platform
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 29 Jul 2011 00:14:42 +0000 (20:14 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:30 +0000 (04:05 -0400)
commit56b1550072c6ada277dc58cb288504080652e9fa
tree01461c40c53c860bde913e70c4a394985fc0983c
parent29c113d09e1dde60c48553e1be46938b8d8c7556
mips: fix implicit usage of export.h on rb532 platform

It needs export.h to avoid this:

arch/mips/rb532/gpio.c:163: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/mips/rb532/setup.c:16: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/rb532/gpio.c
arch/mips/rb532/setup.c