Staging: bcm: Remove typedef for _cntl_pkt in Adapter.h
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:04:55 +0000 (12:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:06:35 +0000 (21:06 -0700)
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>
drivers/staging/bcm/Adapter.h

index 9b78856..45c2e8c 100644 (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 {