summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-10-29 23:08:56 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 10:36:55 -0700
commita202040a813e9f2cffc4e17f0fff783351043a8f (patch)
tree0a6df8e625f52ed7dc5c010039bd15475b0fb05b /drivers/staging/bcm
parent611c53f3b1d2108735e9e4647968dd59e09d8480 (diff)
downloadop-kernel-dev-a202040a813e9f2cffc4e17f0fff783351043a8f.zip
op-kernel-dev-a202040a813e9f2cffc4e17f0fff783351043a8f.tar.gz
Staging: bcm: Remove typedef stLocalSFChangeRequestAlt.
This patch removes typedef stLocalSFChangeRequestAlt 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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h
index 2b963de..5702ac7 100644
--- a/drivers/staging/bcm/CmHost.h
+++ b/drivers/staging/bcm/CmHost.h
@@ -68,28 +68,6 @@ typedef struct stLocalSFAddConfirmationAlt {
struct bcm_connect_mgr_params sfActiveSet;
} stLocalSFAddConfirmationAlt;
-/* brief structure stLocalSFChangeRequest */
-typedef struct stLocalSFChangeRequestAlt {
- u8 u8Type;
- u8 u8Direction;
- u16 u16TID;
- /* brief 16bitCID */
- u16 u16CID;
- /* brief 16bitVCID */
- u16 u16VCID;
- /*
- * Pointer location at which following connection manager param Structure can be read
- * from the target. We only get the address location and we need to read out the
- * entire connection manager param structure at the given location on target
- */
- struct bcm_connect_mgr_params sfAuthorizedSet;
- struct bcm_connect_mgr_params sfAdmittedSet;
- struct bcm_connect_mgr_params sfActiveSet;
- u8 u8CC; /* < Confirmation Code */
- u8 u8Padd; /* < 8-bit Padding */
- u16 u16Padd; /* < 16 bit */
-} stLocalSFChangeRequestAlt;
-
struct bcm_change_indication {
u8 u8Type;
u8 u8Direction;
OpenPOWER on IntegriCloud