Commit 4ea30f84 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

Staging: et131x: kill off MAC_TEST_t



It isn't used anyway

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cc5dc29c
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
@@ -1389,19 +1389,8 @@ typedef struct _RXMAC_t { /* Location: */
/*
 * structure for Test reg in mac address map.
 * located at address 0x501C
 * test: bits 0-2, rest unused
 */
typedef union _MAC_TEST_t {
	u32 value;
	struct {
#ifdef _BIT_FIELDS_HTOL
		u32 unused:29;	/* bits 3-31 */
		u32 mac_test:3;	/* bits 0-2 */
#else
		u32 mac_test:3;	/* bits 0-2 */
		u32 unused:29;	/* bits 3-31 */
#endif
	} bits;
} MAC_TEST_t, *PMAC_TEST_t;

/*
 * structure for MII Management Configuration reg in mac address map.
@@ -1643,7 +1632,7 @@ typedef struct _MAC_t { /* Location: */
	u32 max_fm_len;					/*  0x5010 */
	u32 rsv1;					/*  0x5014 */
	u32 rsv2;					/*  0x5018 */
	MAC_TEST_t mac_test;				/*  0x501C */
	u32 mac_test;					/*  0x501C */
	u32 mii_mgmt_cfg;				/*  0x5020 */
	MII_MGMT_CMD_t mii_mgmt_cmd;			/*  0x5024 */
	MII_MGMT_ADDR_t mii_mgmt_addr;			/*  0x5028 */