diff options
author | Alan Cox <alan@linux.intel.com> | 2010-01-18 15:33:40 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-03 16:42:50 -0800 |
commit | c9a8ad187a67da5892ff1155960cd14912c49efb (patch) | |
tree | af3c3ba51effaa34d6a2f8082f19006f558476b7 /drivers/staging/et131x | |
parent | 61aa21f208314496c4fa6c28c4a96c610831ed5e (diff) |
Staging: et131x: kill off the rx interrupt state enum
Another verbose enum we don't need
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x')
-rw-r--r-- | drivers/staging/et131x/et1310_rx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/et131x/et1310_rx.h b/drivers/staging/et131x/et1310_rx.h index a46788d564ec..2ba74b5c664b 100644 --- a/drivers/staging/et131x/et1310_rx.h +++ b/drivers/staging/et131x/et1310_rx.h @@ -238,11 +238,6 @@ typedef struct _FbrLookupTable { u32 PALow[MAX_DESC_PER_RING_RX]; } FBRLOOKUPTABLE, *PFBRLOOKUPTABLE; -typedef enum { - ONE_PACKET_INTERRUPT, - FOUR_PACKET_INTERRUPT -} eRX_INTERRUPT_STATE_t, *PeRX_INTERRUPT_STATE_t; - /* * RX_RING_t is sructure representing the adaptor's local reference(s) to the * rings |