diff options
Diffstat (limited to 'drivers/net/cxgb3/t3_hw.c')
-rw-r--r-- | drivers/net/cxgb3/t3_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c index 766314c91d84..6a454476bb17 100644 --- a/drivers/net/cxgb3/t3_hw.c +++ b/drivers/net/cxgb3/t3_hw.c | |||
@@ -557,7 +557,7 @@ static const struct port_type_info port_types[] = { | |||
557 | { t3_qt2045_phy_prep }, | 557 | { t3_qt2045_phy_prep }, |
558 | { t3_ael1006_phy_prep }, | 558 | { t3_ael1006_phy_prep }, |
559 | { NULL }, | 559 | { NULL }, |
560 | { NULL }, | 560 | { t3_aq100x_phy_prep }, |
561 | { t3_ael2020_phy_prep }, | 561 | { t3_ael2020_phy_prep }, |
562 | }; | 562 | }; |
563 | 563 | ||