]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb93282631efa2a9294cbb5f5f01e62020c30ab27
tree81b2f97378e85afe8fc776065bc0a1f3b5dd9fe0
parent8938e4f0d242751f3ce4674796fd95fe454b1a20
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>
drivers/staging/bcm/Bcmchar.c
drivers/staging/bcm/CmHost.c
drivers/staging/bcm/CmHost.h
drivers/staging/bcm/Misc.c