diff options
author | 2017-10-27 17:25:50 +0300 | |
---|---|---|
committer | 2017-10-27 19:18:43 +0300 | |
commit | cfab22c01258389578358eb93cb8e973307df6f2 (patch) | |
tree | 70e5002814a94bd780dbbd41334eb1a58caf1db9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates (diff) | |
download | linux-dev-cfab22c01258389578358eb93cb8e973307df6f2.tar.xz linux-dev-cfab22c01258389578358eb93cb8e973307df6f2.zip |
platform/x86: intel_telemetry: Add needed inclusion
linux/io.h defines readq() and ioremap_nocache() / iounmap() functions.
If not included, the build fails:
intel_telemetry_pltdrv.c:1165:31: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
intel_telemetry_pltdrv.c:1165:33: error: implicit declaration of function 'ioremap_nocache' [-Werror=implicit-function-declaration]
intel_telemetry_pltdrv.c:1202:3: error: implicit declaration of function 'iounmap' [-Werror=implicit-function-declaration]
intel_telemetry_pltdrv.c:900:20: error: implicit declaration of function 'readq' [-Werror=implicit-function-declaration]
Fix this by including linux/io.h.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions