pasemi_mac: Move the IRQ mapping from the PCI layer to the driver
[firefly-linux-kernel-4.4.55.git] / drivers / net / pasemi_mac.h
index c3e37e46a18ad9881c98950c2eb8bb73c53ea210..703f1b0d434f883b50be16189fe1107bc26f6120 100644 (file)
@@ -73,6 +73,8 @@ struct pasemi_mac {
 
        struct pasemi_mac_txring *tx;
        struct pasemi_mac_rxring *rx;
+       unsigned long   tx_irq;
+       unsigned long   rx_irq;
 };
 
 /* Software status descriptor (desc_info) */