diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-03 02:10:39 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-06 02:22:15 +0100 |
commit | d6e4b3e326d8b44675b9e19534347d97073826aa (patch) | |
tree | 5dc8f4eddc5375dfc190c22f4dbcc508e8d83fa4 /arch/mips/include/uapi/asm | |
parent | kbuild: generate asm-generic wrappers if mandatory headers are missing (diff) | |
download | linux-d6e4b3e326d8b44675b9e19534347d97073826aa.tar.xz linux-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 'arch/mips/include/uapi/asm')
-rw-r--r-- | arch/mips/include/uapi/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/uapi/asm/Kbuild b/arch/mips/include/uapi/asm/Kbuild index 215d808560de..0851c103a8ce 100644 --- a/arch/mips/include/uapi/asm/Kbuild +++ b/arch/mips/include/uapi/asm/Kbuild @@ -6,5 +6,3 @@ generated-y += unistd_o32.h generated-y += unistd_nr_n32.h generated-y += unistd_nr_n64.h generated-y += unistd_nr_o32.h -generic-y += bpf_perf_event.h -generic-y += ipcbuf.h |