From: Kevin McKinney Date: Tue, 30 Oct 2012 03:08:57 +0000 (-0400) Subject: Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt. X-Git-Tag: v3.8-rc1~178^2~867 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0e9ad31d4a90bb5d999070bec0dff0cc7960603;p=profile%2Fivi%2Fkernel-x86-ivi.git Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt. This patch removes typedef stLocalSFAddConfirmationAlt in CmHost.h. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h index 5702ac7..8572def 100644 --- a/drivers/staging/bcm/CmHost.h +++ b/drivers/staging/bcm/CmHost.h @@ -54,20 +54,6 @@ typedef struct stLocalSFAddIndicationAlt { /* USE_MEMORY_MANAGER(); */ } stLocalSFAddIndicationAlt; -/* brief structure stLocalSFAddConfirmation */ -typedef struct stLocalSFAddConfirmationAlt { - 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; -} stLocalSFAddConfirmationAlt; - struct bcm_change_indication { u8 u8Type; u8 u8Direction;