]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:04:58 +0000 (12:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:06:35 +0000 (21:06 -0700)
commit3753164384a99c52682ba6dc38a9c8a87ecf55ad
treeb423574a1d1c8f60373019c2be4dd3f3e99a27d4
parent406a50826fb728ff3105907a2bf3e3180667e122
Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly.

This patch removes typedef for _STTARGETDSXBUFFER,
changes the name of the struct from
_STTARGETDSXBUFFER to bcm_targetdsx_buffer.
In addition, any calls to the following typedefs
"STTARGETDSXBUFFER, *PSTTARGETDSXBUFFER" 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