linux/drivers/phy/ralink
Sergio Paracuellos d6e9e8e5dd 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>
2021-06-03 11:18:14 +05:30
..
Kconfig phy: ralink: phy-mt7621-pci: drop 'COMPILE_TEST' from Kconfig 2020-12-01 17:14:41 +05:30
Makefile phy: ralink: Add PHY driver for MT7621 PCIe PHY 2020-11-30 16:18:24 +05:30
phy-mt7621-pci.c phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variable 2021-06-03 11:18:14 +05:30
phy-ralink-usb.c phy: phy-ralink-usb: convert to devm_platform_ioremap_resource 2020-11-16 12:47:47 +05:30