diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-03 10:10:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-06 10:22:15 +0900 |
commit | d6e4b3e326d8b44675b9e19534347d97073826aa (patch) | |
tree | 5dc8f4eddc5375dfc190c22f4dbcc508e8d83fa4 /arch/powerpc | |
parent | 919987318a129b4d0c2203a3c6fd2d804be77100 (diff) | |
download | linux-d6e4b3e326d8b44675b9e19534347d97073826aa.tar.bz2 |
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/powerpc')
-rw-r--r-- | arch/powerpc/include/uapi/asm/Kbuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild index 6e7574ee7b9a..214a39acdf25 100644 --- a/arch/powerpc/include/uapi/asm/Kbuild +++ b/arch/powerpc/include/uapi/asm/Kbuild @@ -2,9 +2,3 @@ include include/uapi/asm-generic/Kbuild.asm generated-y += unistd_32.h generated-y += unistd_64.h -generic-y += param.h -generic-y += poll.h -generic-y += resource.h -generic-y += sockios.h -generic-y += statfs.h -generic-y += siginfo.h |