Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mips: remove unneeded #include <asm/export.h>

There is no EXPORT_SYMBOL line there, hence #include <asm/export.h>
is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Masahiro Yamada and committed by
Thomas Bogendoerfer
122b159d f11a9967

-2
-1
arch/mips/kernel/octeon_switch.S
··· 11 11 * written by Carsten Langgaard, carstenl@mips.com 12 12 */ 13 13 #include <asm/asm.h> 14 - #include <asm/export.h> 15 14 #include <asm/asm-offsets.h> 16 15 #include <asm/mipsregs.h> 17 16 #include <asm/regdef.h>
-1
arch/mips/kernel/r2300_switch.S
··· 13 13 */ 14 14 #include <asm/asm.h> 15 15 #include <asm/cachectl.h> 16 - #include <asm/export.h> 17 16 #include <asm/fpregdef.h> 18 17 #include <asm/mipsregs.h> 19 18 #include <asm/asm-offsets.h>