aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sky2.h')
-rw-r--r--drivers/net/sky2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h
index 9e40766150b4..3edb98075e0a 100644
--- a/drivers/net/sky2.h
+++ b/drivers/net/sky2.h
@@ -1876,8 +1876,9 @@ struct sky2_port {
1876struct sky2_hw { 1876struct sky2_hw {
1877 void __iomem *regs; 1877 void __iomem *regs;
1878 struct pci_dev *pdev; 1878 struct pci_dev *pdev;
1879 u32 intr_mask;
1880 struct net_device *dev[2]; 1879 struct net_device *dev[2];
1880 spinlock_t hw_lock;
1881 u32 intr_mask;
1881 1882
1882 int pm_cap; 1883 int pm_cap;
1883 int msi; 1884 int msi;