aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-03 10:10:39 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-06 10:22:15 +0900
commitd6e4b3e326d8b44675b9e19534347d97073826aa (patch)
tree5dc8f4eddc5375dfc190c22f4dbcc508e8d83fa4 /arch/s390/include/uapi/asm/Kbuild
parentkbuild: generate asm-generic wrappers if mandatory headers are missing (diff)
downloadlinux-dev-d6e4b3e326d8b44675b9e19534347d97073826aa.tar.xz
linux-dev-d6e4b3e326d8b44675b9e19534347d97073826aa.zip
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 '')
-rw-r--r--arch/s390/include/uapi/asm/Kbuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild
index 89b45823e2ce..da3e0d48abbc 100644
--- a/arch/s390/include/uapi/asm/Kbuild
+++ b/arch/s390/include/uapi/asm/Kbuild
@@ -3,18 +3,3 @@ include include/uapi/asm-generic/Kbuild.asm
generated-y += unistd_32.h
generated-y += unistd_64.h
-
-generic-y += errno.h
-generic-y += fcntl.h
-generic-y += ioctl.h
-generic-y += mman.h
-generic-y += msgbuf.h
-generic-y += param.h
-generic-y += poll.h
-generic-y += resource.h
-generic-y += sembuf.h
-generic-y += shmbuf.h
-generic-y += sockios.h
-generic-y += swab.h
-generic-y += termbits.h
-generic-y += siginfo.h \ No newline at end of file