diff options
author | Masahiro Yamada <[email protected]> | 2023-08-07 00:16:40 +0900 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2023-08-09 15:20:51 +0200 |
commit | ee4ac5275fd82a877e2fe6aeefcc3c4268f43388 (patch) | |
tree | d2e0d6e1585d87f517883967aeb20d05d038764a | |
parent | b8c723f1e62b40af4db91c04989272fb7056b30b (diff) |
s390: remove <asm/export.h>
All *.S files under arch/s390/ have been converted to include
<linux/export.h> instead of <asm/export.h>.
Remove <asm/export.h>.
Signed-off-by: Masahiro Yamada <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Carstens <[email protected]>
-rw-r--r-- | arch/s390/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/Kbuild b/arch/s390/include/asm/Kbuild index 1a18d7b82f86..4b904110d27c 100644 --- a/arch/s390/include/asm/Kbuild +++ b/arch/s390/include/asm/Kbuild @@ -5,6 +5,5 @@ generated-y += syscall_table.h generated-y += unistd_nr.h generic-y += asm-offsets.h -generic-y += export.h generic-y += kvm_types.h generic-y += mcs_spinlock.h |