summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_rx.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-01-18 15:33:45 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:50 -0800
commitf926d216502c55e3d1089e5845045d0c16004428 (patch)
tree9aaa642099dc0e94cf0dc07bc1a64db81471bee3 /drivers/staging/et131x/et1310_rx.h
parentc9a8ad187a67da5892ff1155960cd14912c49efb (diff)
downloadop-kernel-dev-f926d216502c55e3d1089e5845045d0c16004428.zip
op-kernel-dev-f926d216502c55e3d1089e5845045d0c16004428.tar.gz
Staging: et131x: rx_status_block_t is now clean
So kill off the top level type and turn it into a struct Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_rx.h')
-rw-r--r--drivers/staging/et131x/et1310_rx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/et131x/et1310_rx.h b/drivers/staging/et131x/et1310_rx.h
index 2ba74b5..53ecddb 100644
--- a/drivers/staging/et131x/et1310_rx.h
+++ b/drivers/staging/et131x/et1310_rx.h
@@ -219,13 +219,13 @@ typedef struct _PKT_STAT_DESC_t {
*/
/*
- * RX_STATUS_BLOCK_t is sructure representing the status of the Rx DMA engine
- * it sits in free memory, and is pointed to by 0x101c / 0x1020
+ * struct rx_status_block is a structure representing the status of the Rx
+ * DMA engine it sits in free memory, and is pointed to by 0x101c / 0x1020
*/
-typedef struct _rx_status_block_t {
+struct rx_status_block {
u32 Word0;
u32 Word1;
-} RX_STATUS_BLOCK_t, *PRX_STATUS_BLOCK_t;
+};
/*
* Structure for look-up table holding free buffer ring pointers
OpenPOWER on IntegriCloud