aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-08 00:32:43 +0900
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-08-15 10:22:23 +0200
commit0eefa56435299fb867fe6975cdf9c908b9c2ff8f (patch)
tree625302c87a4a5adf116b84baf1ab22406067482d
parentmips: replace #include <asm/export.h> with #include <linux/export.h> (diff)
downloadwireguard-linux-0eefa56435299fb867fe6975cdf9c908b9c2ff8f.tar.xz
wireguard-linux-0eefa56435299fb867fe6975cdf9c908b9c2ff8f.zip
mips: remove <asm/export.h>
All *.S files under arch/mips/ have been converted to include <linux/export.h> instead of <asm/export.h>. Remove <asm/export.h>. 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>
-rw-r--r--arch/mips/include/asm/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild
index dee172716581..7ba67a0d6c97 100644
--- a/arch/mips/include/asm/Kbuild
+++ b/arch/mips/include/asm/Kbuild
@@ -7,7 +7,6 @@ generated-y += unistd_nr_n32.h
generated-y += unistd_nr_n64.h
generated-y += unistd_nr_o32.h
-generic-y += export.h
generic-y += kvm_para.h
generic-y += mcs_spinlock.h
generic-y += parport.h