aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/dscc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wan/dscc4.c')
-rw-r--r--drivers/net/wan/dscc4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/dscc4.c b/drivers/net/wan/dscc4.c
index 50d2f9108dca..33dc713b5301 100644
--- a/drivers/net/wan/dscc4.c
+++ b/drivers/net/wan/dscc4.c
@@ -925,7 +925,6 @@ static int dscc4_found1(struct pci_dev *pdev, void __iomem *ioaddr)
925 d->do_ioctl = dscc4_ioctl; 925 d->do_ioctl = dscc4_ioctl;
926 d->tx_timeout = dscc4_tx_timeout; 926 d->tx_timeout = dscc4_tx_timeout;
927 d->watchdog_timeo = TX_TIMEOUT; 927 d->watchdog_timeo = TX_TIMEOUT;
928 SET_MODULE_OWNER(d);
929 SET_NETDEV_DEV(d, &pdev->dev); 928 SET_NETDEV_DEV(d, &pdev->dev);
930 929
931 dpriv->dev_id = i; 930 dpriv->dev_id = i;