summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/CmHost.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-10-31 01:50:43 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-31 02:44:48 (GMT)
commit7fac0c47ed1835b6eecf899df6980f0287f4c61c (patch)
tree81b2f97378e85afe8fc776065bc0a1f3b5dd9fe0 /drivers/staging/bcm/CmHost.h
parentd0eb3ddb441b6bea138cd77781a310c58ba79479 (diff)
downloadlinux-fsl-qoriq-7fac0c47ed1835b6eecf899df6980f0287f4c61c.tar.xz
Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.
This patch removes typedef for stLocalSFAddIndicationAlt, changes the name of the struct to bcm_add_indication_alt, and removes a comment. In addition, any calls to typedef stLocalSFAddIndicationAlt are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/CmHost.h')
-rw-r--r--drivers/staging/bcm/CmHost.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h
index 8572def..77f8fae 100644
--- a/drivers/staging/bcm/CmHost.h
+++ b/drivers/staging/bcm/CmHost.h
@@ -36,8 +36,7 @@ typedef struct stLocalSFAddRequestAlt {
/* USE_MEMORY_MANAGER(); */
} stLocalSFAddRequestAlt;
-/* brief structure stLocalSFAddIndication */
-typedef struct stLocalSFAddIndicationAlt {
+struct bcm_add_indication_alt {
u8 u8Type;
u8 u8Direction;
u16 u16TID;
@@ -51,8 +50,7 @@ typedef struct stLocalSFAddIndicationAlt {
u8 u8CC; /* < Confirmation Code */
u8 u8Padd; /* < 8-bit Padding */
u16 u16Padd; /* < 16 bit Padding */
-/* USE_MEMORY_MANAGER(); */
-} stLocalSFAddIndicationAlt;
+};
struct bcm_change_indication {
u8 u8Type;