Skip to content

Commit 122b159

Browse files
masahir0ytsbogend
authored andcommitted
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>
1 parent f11a996 commit 122b159

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/mips/kernel/octeon_switch.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* written by Carsten Langgaard, carstenl@mips.com
1212
*/
1313
#include <asm/asm.h>
14-
#include <asm/export.h>
1514
#include <asm/asm-offsets.h>
1615
#include <asm/mipsregs.h>
1716
#include <asm/regdef.h>

arch/mips/kernel/r2300_switch.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
#include <asm/asm.h>
1515
#include <asm/cachectl.h>
16-
#include <asm/export.h>
1716
#include <asm/fpregdef.h>
1817
#include <asm/mipsregs.h>
1918
#include <asm/asm-offsets.h>

0 commit comments

Comments
 (0)