]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: fix implicit export.h usage cases in cavium platform
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 23:27:05 +0000 (19:27 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:28 +0000 (04:05 -0400)
commit2bcbb2d14a5748768c51057d44442b2019fcad18
tree661490fe23e1aecb75c5f9387ae70610402fb711
parent2238ce97eaedce0d562b527aea0deadf25fa330d
mips: fix implicit export.h usage cases in cavium platform

Fixes the following failures:

arch/mips/cavium-octeon/csrc-octeon.c:138: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/mips/cavium-octeon/dma-octeon.c:218: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
arch/mips/cavium-octeon/flash_setup.c:62: error: 'THIS_MODULE' undeclared (first use in this function)

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/cavium-octeon/csrc-octeon.c
arch/mips/cavium-octeon/dma-octeon.c
arch/mips/cavium-octeon/flash_setup.c