Staging: bcm: Remove typedef for _stLocalSFDeleteRequest and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Mon, 24 Sep 2012 03:07:11 +0000 (23:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 16:31:51 +0000 (09:31 -0700)
commitec5bb992648881f1721a555f9a4652e60e17880f
treec28d05272ca42b25874b48a94f7ad9c8188294e9
parentde473db168ad279fbae5419f03ce0797637ca6df
Staging: bcm: Remove typedef for _stLocalSFDeleteRequest and call directly.

This patch removes typedef for _stLocalSFDeleteRequest,
and changes the name of the struct to
bcm_del_request. In addition, any
calls to typedefs "stLocalSFDeleteRequest or
*pstLocalSFDeleteRequest" are
changed to call the struct directly.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c
drivers/staging/bcm/cntrl_SignalingInterface.h