Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Wed, 31 Oct 2012 01:50:43 +0000 (21:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 02:44:48 +0000 (19:44 -0700)
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>

No differences found