summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/dahdi/wctc4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index 301bdd2..b3e3f07 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -743,7 +743,7 @@ wctc4xxp_net_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
}
#ifdef HAVE_NET_DEVICE_OPS
-const struct net_device_ops wctc4xxp_netdev_ops = {
+static const struct net_device_ops wctc4xxp_netdev_ops = {
.ndo_set_multicast_list = &wctc4xxp_net_set_multi,
.ndo_open = &wctc4xxp_net_up,
.ndo_stop = &wctc4xxp_net_down,