diff options
Diffstat (limited to 'drivers/net/3c501.h')
-rw-r--r-- | drivers/net/3c501.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/3c501.h b/drivers/net/3c501.h index cfec64efff78..f40b0493337a 100644 --- a/drivers/net/3c501.h +++ b/drivers/net/3c501.h | |||
@@ -23,7 +23,7 @@ static const struct ethtool_ops netdev_ethtool_ops; | |||
23 | static int el_debug = EL_DEBUG; | 23 | static int el_debug = EL_DEBUG; |
24 | 24 | ||
25 | /* | 25 | /* |
26 | * Board-specific info in dev->priv. | 26 | * Board-specific info in netdev_priv(dev). |
27 | */ | 27 | */ |
28 | 28 | ||
29 | struct net_local | 29 | struct net_local |