Skip to content

Commit

Permalink
Staging: bcm: Remove typedef for _cntl_pkt in Adapter.h
Browse files Browse the repository at this point in the history
This patch removes typedef for _cntl_pkt because
it is not used.

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 Jun 5, 2012
1 parent be30999 commit 7905c78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/staging/bcm/Adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,7 @@ typedef struct FirmwareInfo {

/* holds the value of net_device structure.. */
extern struct net_device *gblpnetdev;
typedef struct _cntl_pkt {
PMINI_ADAPTER Adapter;
PLEADER PLeader;
} cntl_pkt;

typedef LINK_REQUEST CONTROL_MESSAGE;

struct bcm_ddr_setting {
Expand Down

0 comments on commit 7905c78

Please sign in to comment.