From: Arun Ramadoss Date: Fri, 4 Mar 2022 09:43:58 +0000 (+0530) Subject: net: phy: removed empty lines in LAN87XX X-Git-Tag: v6.6.17~7931^2~189^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccc8cc5baddea785c6bb584a13a2504b00d490e8;p=platform%2Fkernel%2Flinux-rpi.git net: phy: removed empty lines in LAN87XX Removed the empty lines in struct phy_drivers. Signed-off-by: Arun Ramadoss Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/microchip_t1.c b/drivers/net/phy/microchip_t1.c index e4801d5..f247892 100644 --- a/drivers/net/phy/microchip_t1.c +++ b/drivers/net/phy/microchip_t1.c @@ -501,14 +501,10 @@ static struct phy_driver microchip_t1_phy_driver[] = { PHY_ID_MATCH_MODEL(PHY_ID_LAN87XX), .name = "Microchip LAN87xx T1", .flags = PHY_POLL_CABLE_TEST, - .features = PHY_BASIC_T1_FEATURES, - .config_init = lan87xx_config_init, - .config_intr = lan87xx_phy_config_intr, .handle_interrupt = lan87xx_handle_interrupt, - .suspend = genphy_suspend, .resume = genphy_resume, .cable_test_start = lan87xx_cable_test_start,