Staging: bcm: Remove typedef for _cntl_pkt in Adapter.h

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>
This commit is contained in:
Kevin McKinney 2012-05-26 12:04:55 -04:00 committed by Greg Kroah-Hartman
parent be3099957c
commit 7905c78816

View File

@ -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 {