diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-07-31 16:45:32 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-08-01 13:02:11 -0300 |
commit | a215684e10484149313068e0a9ea1978ee36d4f7 (patch) | |
tree | c91f11b041d48c2ab558e5af93dbbb9c0db7504e /tools/perf/check-headers.sh | |
parent | ef9811f0933967c4ee4cf0e1a88678d2607dca07 (diff) | |
download | lwn-a215684e10484149313068e0a9ea1978ee36d4f7.tar.gz lwn-a215684e10484149313068e0a9ea1978ee36d4f7.zip |
tools include uapi: Grab a copy of sound/asound.h
We will use it to generate tables for beautifying ioctl's 'cmd' arg.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-wit4wwmrh9d37dtgtk0glbbj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/check-headers.sh')
-rwxr-xr-x | tools/perf/check-headers.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh index 0024525376bf..1e07c9b062de 100755 --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh @@ -7,6 +7,7 @@ include/uapi/linux/fcntl.h include/uapi/linux/perf_event.h include/uapi/linux/sched.h include/uapi/linux/stat.h +include/uapi/sound/asound.h include/linux/hash.h include/uapi/linux/hw_breakpoint.h arch/x86/include/asm/disabled-features.h |