diff options
author | Will Deacon <will@kernel.org> | 2022-02-08 15:12:28 +0000 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-02-08 15:12:28 +0000 |
commit | 8c0c56879d067ad1e68c0aeeecc7d5f57bac3ffd (patch) | |
tree | 991d1c3161070aee87a96fcd30bacb4aa92bdef4 /drivers/perf/xgene_pmu.c | |
parent | 6f75217b20a768c72fb8bb999e25a95673fe0174 (diff) | |
download | lwn-8c0c56879d067ad1e68c0aeeecc7d5f57bac3ffd.tar.gz lwn-8c0c56879d067ad1e68c0aeeecc7d5f57bac3ffd.zip |
perf/marvell_cn10k: Fix unused variable warning when W=1 and CONFIG_OF=n
The kbuild helpfully reports that the Marvell CN10K TAD PMU driver emits
a warning when building with W=1 and CONFIG_OF=n:
| >> drivers/perf/marvell_cn10k_tad_pmu.c:371:34: warning: unused variable 'tad_pmu_of_match' [-Wunused-const-variable]
static const struct of_device_id tad_pmu_of_match[] = {
Guard the match table with CONFIG_OF to squash the warning.
Link: https://lore.kernel.org/r/202201292349.zRQLcDDD-lkp@intel.com
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/perf/xgene_pmu.c')
0 files changed, 0 insertions, 0 deletions