diff options
author | Masahiro Yamada | 2018-12-17 01:03:25 +0900 |
---|---|---|
committer | Guo Ren | 2018-12-30 20:43:45 +0800 |
commit | dc3e0896003ee9b3bcc34c53965dc4bbc8671c44 (patch) | |
tree | 02e80999c1af9d8c02b512df1b085848ccb0909f /arch/csky | |
parent | 398539dd69341f8e3b87b8fea9355c7edfb6d99a (diff) |
csky: remove meaningless header-y
Since commit fcc8487d477a ("uapi: export all headers under uapi
directories"), header-y is meaningless because headers under uapi
are all exported.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/include/uapi/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/csky/include/uapi/asm/Kbuild b/arch/csky/include/uapi/asm/Kbuild index e02fd44e6447..7449fdeb973d 100644 --- a/arch/csky/include/uapi/asm/Kbuild +++ b/arch/csky/include/uapi/asm/Kbuild @@ -1,7 +1,5 @@ include include/uapi/asm-generic/Kbuild.asm -header-y += cachectl.h - generic-y += auxvec.h generic-y += param.h generic-y += bpf_perf_event.h |