summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-06-25 22:16:34 +0000
committerShaun Ruffell <sruffell@digium.com>2009-06-25 22:16:34 +0000
commit275c1fc270a8e9c82d6e46ddf2a921b3c0fc16c9 (patch)
tree73cb330fa61eabd3b4cc4a9530fe9a773d5db16c /drivers/dahdi/wctc4xxp
parent11e813d97f2f5705a26aa6d0c6fd7c6474f90925 (diff)
wctc4xxp: Make the wctc4xxp_netdev_ops structure static.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6760 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctc4xxp')
-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,