diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-03 02:10:37 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-06 01:46:51 +0100 |
commit | d4ce5458ea1b7d8ca49c436d602095c4912777d3 (patch) | |
tree | 445040cee708479cae8c9d3b1ccaa356b09385b5 /arch/ia64 | |
parent | riscv: remove redundant kernel-space generic-y (diff) | |
download | linux-d4ce5458ea1b7d8ca49c436d602095c4912777d3.tar.xz linux-d4ce5458ea1b7d8ca49c436d602095c4912777d3.zip |
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/ia64')
-rw-r--r-- | arch/ia64/include/uapi/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/include/uapi/asm/Kbuild b/arch/ia64/include/uapi/asm/Kbuild index ccce0ea65e05..3536c789d105 100644 --- a/arch/ia64/include/uapi/asm/Kbuild +++ b/arch/ia64/include/uapi/asm/Kbuild @@ -1,4 +1,3 @@ -# UAPI Header export list include include/uapi/asm-generic/Kbuild.asm generated-y += unistd_64.h |