diff options
Diffstat (limited to 'drivers/net/bfin_mac.h')
-rw-r--r-- | drivers/net/bfin_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bfin_mac.h b/drivers/net/bfin_mac.h index f774d5a36942..beff51064ff4 100644 --- a/drivers/net/bfin_mac.h +++ b/drivers/net/bfin_mac.h | |||
@@ -49,7 +49,7 @@ struct net_dma_desc_tx { | |||
49 | struct status_area_tx status; | 49 | struct status_area_tx status; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | struct bf537mac_local { | 52 | struct bfin_mac_local { |
53 | /* | 53 | /* |
54 | * these are things that the kernel wants me to keep, so users | 54 | * these are things that the kernel wants me to keep, so users |
55 | * can find out semi-useless statistics of how well the card is | 55 | * can find out semi-useless statistics of how well the card is |