diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-08 00:32:43 +0900 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-08-15 10:22:23 +0200 |
commit | 0eefa56435299fb867fe6975cdf9c908b9c2ff8f (patch) | |
tree | 625302c87a4a5adf116b84baf1ab22406067482d /arch/mips/include/asm/Kbuild | |
parent | 9259e15b3f27fa5cc5999db554bce713f32769c3 (diff) |
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>
Diffstat (limited to 'arch/mips/include/asm/Kbuild')
-rw-r--r-- | arch/mips/include/asm/Kbuild | 1 |
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 |