diff options
-rw-r--r-- | drivers/net/ksz884x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ksz884x.c b/drivers/net/ksz884x.c index 49ea8708d6d0..540a8dcbcc46 100644 --- a/drivers/net/ksz884x.c +++ b/drivers/net/ksz884x.c | |||
@@ -6953,7 +6953,7 @@ static void read_other_addr(struct ksz_hw *hw) | |||
6953 | #define PCI_VENDOR_ID_MICREL_KS 0x16c6 | 6953 | #define PCI_VENDOR_ID_MICREL_KS 0x16c6 |
6954 | #endif | 6954 | #endif |
6955 | 6955 | ||
6956 | static int __init pcidev_init(struct pci_dev *pdev, | 6956 | static int __devinit pcidev_init(struct pci_dev *pdev, |
6957 | const struct pci_device_id *id) | 6957 | const struct pci_device_id *id) |
6958 | { | 6958 | { |
6959 | struct net_device *dev; | 6959 | struct net_device *dev; |