aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-02 20:10:39 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-05 20:22:15 -0500
commitd6e4b3e326d8b44675b9e19534347d97073826aa (patch)
tree5dc8f4eddc5375dfc190c22f4dbcc508e8d83fa4 /arch/sh/include
parent919987318a129b4d0c2203a3c6fd2d804be77100 (diff)
arch: remove redundant UAPI generic-y defines
Now that Kbuild automatically creates asm-generic wrappers for missing mandatory headers, it is redundant to list the same headers in generic-y and mandatory-y. Suggested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/uapi/asm/Kbuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/sh/include/uapi/asm/Kbuild b/arch/sh/include/uapi/asm/Kbuild
index 7ef099eded36..eaa30bcd93bf 100644
--- a/arch/sh/include/uapi/asm/Kbuild
+++ b/arch/sh/include/uapi/asm/Kbuild
@@ -2,23 +2,5 @@
2include include/uapi/asm-generic/Kbuild.asm 2include include/uapi/asm-generic/Kbuild.asm
3 3
4generated-y += unistd_32.h 4generated-y += unistd_32.h
5generic-y += bitsperlong.h
6generic-y += bpf_perf_event.h
7generic-y += errno.h
8generic-y += fcntl.h
9generic-y += ioctl.h
10generic-y += ipcbuf.h
11generic-y += kvm_para.h 5generic-y += kvm_para.h
12generic-y += mman.h
13generic-y += msgbuf.h
14generic-y += param.h
15generic-y += poll.h
16generic-y += resource.h
17generic-y += sembuf.h
18generic-y += shmbuf.h
19generic-y += siginfo.h
20generic-y += socket.h
21generic-y += statfs.h
22generic-y += termbits.h
23generic-y += termios.h
24generic-y += ucontext.h 6generic-y += ucontext.h