From: Kevin McKinney Date: Sat, 26 May 2012 16:04:55 +0000 (-0400) Subject: Staging: bcm: Remove typedef for _cntl_pkt in Adapter.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7905c78816783dff5d167cf922557e35e8c1a45f;p=linux-beck.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index 9b788563a014..45c2e8c35980 100644 --- a/drivers/staging/bcm/Adapter.h +++ b/drivers/staging/bcm/Adapter.h @@ -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 {