]> www.infradead.org Git - users/hch/misc.git/commitdiff
net: phy: aquantia: delete aqr_firmware_read_fingerprint() prototype
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 8 Sep 2025 13:43:13 +0000 (16:43 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 10 Sep 2025 01:24:17 +0000 (18:24 -0700)
This is a development artifact of commit a76f26f7a81e ("net: phy:
aquantia: support phy-mode = "10g-qxgmii" on NXP SPF-30841 (AQR412C)").
This function name isn't used. Instead we have aqr_build_fingerprint()
in aquantia_main.c.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250908134313.315406-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/aquantia/aquantia.h

index a70c1b241827d34864d6c4f532855ab4417c45b3..31427ee343e367ce5d7ab56bf22c8d21343b39d7 100644 (file)
@@ -239,7 +239,6 @@ static inline int aqr_hwmon_probe(struct phy_device *phydev) { return 0; }
 #endif
 
 int aqr_firmware_load(struct phy_device *phydev);
-int aqr_firmware_read_fingerprint(struct phy_device *phydev);
 
 int aqr_phy_led_blink_set(struct phy_device *phydev, u8 index,
                          unsigned long *delay_on,