[PATCH 14/14 v2] Staging: bcm: Remove typedef stLocalSFAddRequestAlt.

Kevin McKinney klmckinney1 at gmail.com
Wed Oct 31 01:50:44 UTC 2012


This patch removes typedef
stLocalSFAddRequestAlt in CmHost.h.

Signed-off-by: Kevin McKinney <klmckinney1 at gmail.com>
---
 drivers/staging/bcm/CmHost.h |   13 -------------
 1 file changed, 13 deletions(-)

diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h
index 77f8fae..eecad8d 100644
--- a/drivers/staging/bcm/CmHost.h
+++ b/drivers/staging/bcm/CmHost.h
@@ -23,19 +23,6 @@
 #define DSX_MESSAGE_EXCHANGE_BUFFER        0xBF60AC84 /* This contains the pointer */
 #define DSX_MESSAGE_EXCHANGE_BUFFER_SIZE   72000      /* 24 K Bytes */
 
-/* brief structure stLocalSFAddRequest */
-typedef struct stLocalSFAddRequestAlt {
-	u8	u8Type;
-	u8	u8Direction;
-	u16	u16TID;
-	/* brief 16bitCID */
-	u16	u16CID;
-	/* brief 16bitVCID */
-	u16	u16VCID;
-	struct bcm_connect_mgr_params sfParameterSet;
-	/* USE_MEMORY_MANAGER(); */
-} stLocalSFAddRequestAlt;
-
 struct bcm_add_indication_alt {
 	u8	u8Type;
 	u8	u8Direction;
-- 
1.7.9.5




More information about the devel mailing list