aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMatthias Kaehlcke <[email protected]>2017-05-25 15:15:10 -0700
committerAndy Shevchenko <[email protected]>2017-05-26 12:52:21 +0300
commit6bee1af9dcaa05c2b9289ec26ed121039dfea251 (patch)
treeb3adba6c3f828f4f40d4c6bc86c2f28458d098ea /tools/perf/scripts/python
parent3cfd956b02ac7a9fb5f2414171f834871931fbd0 (diff)
platform/x86: intel_pmc_ipc: Mark ipc_data_readb() as __maybe_unused
The function is currently not used, however it is part of the API and might be used in the future. Adding the attribute fixes the following warning when building with clang: drivers/platform/x86/intel_pmc_ipc.c:189:18: error: unused function 'ipc_data_readb' [-Werror,-Wunused-function] Signed-off-by: Matthias Kaehlcke <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions