mips: remove unneeded #include <asm/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 7 Aug 2023 15:32:41 +0000 (00:32 +0900)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 15 Aug 2023 08:22:23 +0000 (10:22 +0200)
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>
arch/mips/kernel/octeon_switch.S
arch/mips/kernel/r2300_switch.S

index 9b7c8ab6f08c6ff611b8ec2da1a45d2a7935e33c..447a3ea14aa11e984919ffa82f7c860f8519db79 100644 (file)
@@ -11,7 +11,6 @@
  *    written by Carsten Langgaard, carstenl@mips.com
  */
 #include <asm/asm.h>
-#include <asm/export.h>
 #include <asm/asm-offsets.h>
 #include <asm/mipsregs.h>
 #include <asm/regdef.h>
index 71b1aafae1bb1c1a209e4722043b369a34dbfc3e..48e63943e6f769d98373621b410efb1f68948cb2 100644 (file)
@@ -13,7 +13,6 @@
  */
 #include <asm/asm.h>
 #include <asm/cachectl.h>
-#include <asm/export.h>
 #include <asm/fpregdef.h>
 #include <asm/mipsregs.h>
 #include <asm/asm-offsets.h>