summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-10-29 23:08:57 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 10:37:16 -0700
commita0e9ad31d4a90bb5d999070bec0dff0cc7960603 (patch)
tree6aa3001ba7c9c144fdb90a931ad54f71f0632fb1 /drivers/staging/bcm
parenta202040a813e9f2cffc4e17f0fff783351043a8f (diff)
downloadop-kernel-dev-a0e9ad31d4a90bb5d999070bec0dff0cc7960603.zip
op-kernel-dev-a0e9ad31d4a90bb5d999070bec0dff0cc7960603.tar.gz
Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt.
This patch removes typedef stLocalSFAddConfirmationAlt in CmHost.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/CmHost.h14
1 files changed, 0 insertions, 14 deletions
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;
OpenPOWER on IntegriCloud