diff options
| author | Arnd Bergmann <[email protected]> | 2018-07-11 13:40:25 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-07-15 13:52:57 +0200 |
| commit | a748ddd1132c79888390934216ef428e0b2f0ea8 (patch) | |
| tree | f23f6ff39d7202b930bdd82b0a5e058853fc503d /tools/perf/scripts/python | |
| parent | c34cc23f1dcb77c66b5cd074f83dee61bfcbe567 (diff) | |
coresight: include vmalloc.h for vmap/vunmap
The newly introduced code fails to build in some configurations
unless we include the right headers:
drivers/hwtracing/coresight/coresight-tmc-etr.c: In function 'tmc_free_table_pages':
drivers/hwtracing/coresight/coresight-tmc-etr.c:206:3: error: implicit declaration of function 'vunmap'; did you mean 'iounmap'? [-Werror=implicit-function-declaration]
Fixes: 79613ae8715a ("coresight: Add generic TMC sg table framework")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Mathieu Poirier <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions