aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pasemi_mac.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-05-08 00:47:21 -0500
committerJeff Garzik <jeff@garzik.org>2007-05-08 01:47:53 -0400
commit771f7404a9deca902594823d616cd7a84f827982 (patch)
tree438332343f0737316277e278de663d40ddedb940 /drivers/net/pasemi_mac.h
parenttc35815: Remove unnecessary skb->dev assignment (diff)
downloadlinux-dev-771f7404a9deca902594823d616cd7a84f827982.tar.xz
linux-dev-771f7404a9deca902594823d616cd7a84f827982.zip
pasemi_mac: Move the IRQ mapping from the PCI layer to the driver
Fixes for ethernet IRQ mapping, to be done in the driver instead of in the platform setup code. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/pasemi_mac.h')
-rw-r--r--drivers/net/pasemi_mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/pasemi_mac.h b/drivers/net/pasemi_mac.h
index c3e37e46a18a..703f1b0d434f 100644
--- a/drivers/net/pasemi_mac.h
+++ b/drivers/net/pasemi_mac.h
@@ -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) */