Staging: bcm: Remove typedef stLocalSFAddRequestAlt.
authorKevin McKinney <klmckinney1@gmail.com>
Wed, 31 Oct 2012 01:50:44 +0000 (21:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 02:44:48 +0000 (19:44 -0700)
This patch removes typedef
stLocalSFAddRequestAlt in CmHost.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.h

index 77f8fae..eecad8d 100644 (file)
 #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;