From 611c53f3b1d2108735e9e4647968dd59e09d8480 Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Mon, 29 Oct 2012 23:08:55 -0400 Subject: [PATCH] Staging: bcm: Remove typedef stLocalSFChangeConfirmationAlt. This patch removes typedef stLocalSFChangeConfirmationAlt in CmHost.h. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/CmHost.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h index 6e79e97..2b963de 100644 --- a/drivers/staging/bcm/CmHost.h +++ b/drivers/staging/bcm/CmHost.h @@ -90,20 +90,6 @@ typedef struct stLocalSFChangeRequestAlt { u16 u16Padd; /* < 16 bit */ } stLocalSFChangeRequestAlt; -/* brief structure stLocalSFChangeConfirmation */ -typedef struct stLocalSFChangeConfirmationAlt { - u8 u8Type; - u8 u8Direction; - u16 u16TID; - /* brief 16bitCID */ - u16 u16CID; - /* brief 16bitVCID */ - u16 u16VCID; - struct bcm_connect_mgr_params sfAuthorizedSet; - struct bcm_connect_mgr_params sfAdmittedSet; - struct bcm_connect_mgr_params sfActiveSet; -} stLocalSFChangeConfirmationAlt; - struct bcm_change_indication { u8 u8Type; u8 u8Direction; -- 2.7.4