Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: phy: aquantia: delete aqr_firmware_read_fingerprint() prototype

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>

authored by

Vladimir Oltean and committed by
Jakub Kicinski
051b62b7 0d0766a4

-1
-1
drivers/net/phy/aquantia/aquantia.h
··· 239 239 #endif 240 240 241 241 int aqr_firmware_load(struct phy_device *phydev); 242 - int aqr_firmware_read_fingerprint(struct phy_device *phydev); 243 242 244 243 int aqr_phy_led_blink_set(struct phy_device *phydev, u8 index, 245 244 unsigned long *delay_on,