diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-12-06 11:35:06 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-01-08 17:41:00 +0900 |
commit | 50a483405c420f5f35b8dbb71425459835ae44eb (patch) | |
tree | 0e85f0174470018a6343aaf95d9877681adf6511 /include | |
parent | e06a61a89ccd3edda046c78f9d08aa045b8c4d32 (diff) | |
download | linux-stable-50a483405c420f5f35b8dbb71425459835ae44eb.tar.gz linux-stable-50a483405c420f5f35b8dbb71425459835ae44eb.tar.bz2 linux-stable-50a483405c420f5f35b8dbb71425459835ae44eb.zip |
kbuild: move headers_check.pl to usr/include/
This script is only used by usr/include/Makefile. Make it local to
the directory.
Update the comment in include/uapi/linux/soundcard.h because
'make headers_check' is no longer functional.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/soundcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/soundcard.h b/include/uapi/linux/soundcard.h index f3b21f989872..ac1318793a86 100644 --- a/include/uapi/linux/soundcard.h +++ b/include/uapi/linux/soundcard.h @@ -1051,7 +1051,7 @@ typedef struct mixer_vol_table { * the GPL version of OSS-4.x and build against that version * of the header. * - * We redefine the extern keyword so that make headers_check + * We redefine the extern keyword so that usr/include/headers_check.pl * does not complain about SEQ_USE_EXTBUF. */ #define SEQ_DECLAREBUF() SEQ_USE_EXTBUF() |