Staging: et131x: kill off the rx interrupt state enum

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Sunday, March 7, 2010 - 6:01 pm

Gitweb:     http://git.kernel.org/linus/c9a8ad187a67da5892ff1155960cd14912c49efb
Commit:     c9a8ad187a67da5892ff1155960cd14912c49efb
Parent:     61aa21f208314496c4fa6c28c4a96c610831ed5e
Author:     Alan Cox <alan@linux.intel.com>
AuthorDate: Mon Jan 18 15:33:40 2010 +0000
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Wed Mar 3 16:42:50 2010 -0800

    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>
---
 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 a46788d..2ba74b5 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
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Staging: et131x: kill off the rx interrupt state enum, Linux Kernel Mailing ..., (Sun Mar 7, 6:01 pm)