Skip to content

Commit

Permalink
Staging: bcm: Remove typedef stLocalSFAddRequestAlt.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent 7fac0c4 commit e446f5a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions drivers/staging/bcm/CmHost.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e446f5a

Please sign in to comment.