diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-09 09:59:34 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-18 04:49:52 +0200 |
commit | 33ff99fb0915a2225897d0bf072ec271e81ad8e0 (patch) | |
tree | 4bd4abce8f0589bd66b4450b31f03c04bfc49bdb /arch/xtensa/include/asm/Kbuild | |
parent | samples: guard sub-directories with CONFIG options (diff) | |
download | linux-33ff99fb0915a2225897d0bf072ec271e81ad8e0.tar.xz linux-33ff99fb0915a2225897d0bf072ec271e81ad8e0.zip |
arch: remove dangling asm-generic wrappers
These generic-y defines do not have the corresponding generic header
in include/asm-generic/, so they are definitely invalid.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/xtensa/include/asm/Kbuild')
-rw-r--r-- | arch/xtensa/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild index 35f83c4bf239..f1686d919178 100644 --- a/arch/xtensa/include/asm/Kbuild +++ b/arch/xtensa/include/asm/Kbuild @@ -27,7 +27,6 @@ generic-y += preempt.h generic-y += qrwlock.h generic-y += qspinlock.h generic-y += sections.h -generic-y += socket.h generic-y += topology.h generic-y += trace_clock.h generic-y += vga.h |