diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-07-31 21:45:32 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-08-01 18:02:11 +0200 |
commit | a215684e10484149313068e0a9ea1978ee36d4f7 (patch) | |
tree | c91f11b041d48c2ab558e5af93dbbb9c0db7504e /tools/perf/check-headers.sh | |
parent | perf trace beauty ioctl: Beautify DRM ioctl cmds (diff) | |
download | linux-a215684e10484149313068e0a9ea1978ee36d4f7.tar.xz linux-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 |