diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2021-06-03 07:32:19 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-06-03 08:48:14 +0300 |
commit | d6e9e8e5dd53419814eb54803b4ab3682b55cebe (patch) | |
tree | 6bb99e82fbaae502958d365339a84b263c6db31b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b8203ec7f58ae925e10fadd3d136073ae7503a6e (diff) | |
download | linux-d6e9e8e5dd53419814eb54803b4ab3682b55cebe.tar.xz |
phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variable
The of_device_id is included unconditionally by of.h header and used
in the driver as well. Remove of_match_ptr to fix W=1 compile test
warning with !CONFIG_OF:
drivers/phy/ralink/phy-mt7621-pci.c:341:34: warning: unused variable 'mt7621_pci_phy_ids' [-Wunused-const-variable]
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210603043219.32646-1-sergio.paracuellos@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions