Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7905c788 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

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: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be309995
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 {