mirror of https://gitee.com/openkylin/linux.git
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:
parent
be3099957c
commit
7905c78816
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue