Commit 95bd4d35 authored by Jeff Garzik's avatar Jeff Garzik Committed by Linus Torvalds

[PATCH] Fix non-modular compile of 3c515.c

parent 96baeca0
...@@ -1590,12 +1590,12 @@ static void netdev_get_drvinfo(struct net_device *dev, ...@@ -1590,12 +1590,12 @@ static void netdev_get_drvinfo(struct net_device *dev,
static u32 netdev_get_msglevel(struct net_device *dev) static u32 netdev_get_msglevel(struct net_device *dev)
{ {
return debug; return corkscrew_debug;
} }
static void netdev_set_msglevel(struct net_device *dev, u32 level) static void netdev_set_msglevel(struct net_device *dev, u32 level)
{ {
debug = level; corkscrew_debug = level;
} }
static struct ethtool_ops netdev_ethtool_ops = { static struct ethtool_ops netdev_ethtool_ops = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment