]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/net/sfc/tenxpress.c
sfc: Clean up struct falcon_board and struct falcon_board_data
[linux-beck.git] / drivers / net / sfc / tenxpress.c
index b001f38524f7a2bef56258101069eb28e60b09ac..a95402d601c71d4c271d8db544a40d5f224ec247 100644 (file)
@@ -303,7 +303,7 @@ static int tenxpress_phy_init(struct efx_nic *efx)
        u16 old_adv, adv;
        int rc = 0;
 
-       falcon_board(efx)->init_phy(efx);
+       falcon_board(efx)->type->init_phy(efx);
 
        phy_data = kzalloc(sizeof(*phy_data), GFP_KERNEL);
        if (!phy_data)