Staging: bcm: Remove typedef for link_request and call directly.
commit2610c7a889103587ce9a5714291a53dbf5490c3c
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:05:08 +0000 (26 12:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:09:21 +0000 (4 21:09 -0700)
tree3ee5d50f223fedbd4be726e562f57e6d5b14db50
parent845bd532cda92afc3329dff753aefbe4164a8f83
Staging: bcm: Remove typedef for link_request and call directly.

This patch removes typedef for link_request, changes the
name of the struct from link_request to bcm_link_request.
In addition, any calls to the following typedefs
"LINK_REQUEST, *PLINK_REQUEST, *CONTROL_MESSAGE"
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/Adapter.h
drivers/staging/bcm/Bcmchar.c
drivers/staging/bcm/InterfaceTx.c
drivers/staging/bcm/Misc.c