diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-02 20:10:37 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-05 19:46:51 -0500 |
commit | d4ce5458ea1b7d8ca49c436d602095c4912777d3 (patch) | |
tree | 445040cee708479cae8c9d3b1ccaa356b09385b5 /arch/c6x/include/uapi | |
parent | 8c4fa8b8d48326353afaf6934edd5f1cc49ee90b (diff) |
arch: remove stale comments "UAPI Header export list"
These comments are leftovers of commit fcc8487d477a ("uapi: export all
headers under uapi directories").
Prior to that commit, exported headers must be explicitly added to
header-y. Now, all headers under the uapi/ directories are exported.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/c6x/include/uapi')
-rw-r--r-- | arch/c6x/include/uapi/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/include/uapi/asm/Kbuild b/arch/c6x/include/uapi/asm/Kbuild index 26644e15d854..633f38651cb0 100644 --- a/arch/c6x/include/uapi/asm/Kbuild +++ b/arch/c6x/include/uapi/asm/Kbuild | |||
@@ -1,4 +1,3 @@ | |||
1 | # UAPI Header export list | ||
2 | include include/uapi/asm-generic/Kbuild.asm | 1 | include include/uapi/asm-generic/Kbuild.asm |
3 | 2 | ||
4 | generic-y += auxvec.h | 3 | generic-y += auxvec.h |