]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: bcm: Remove typedef for wrmbuffer and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 22 Nov 2012 19:48:54 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:05:23 +0000 (16:05 -0800)
commita2521d79715680386f3dbefbc2ffc93fdf08b58a
treeae8d8a46fb5eb7fc99a669de05a20f341ecd681f
parent86d289d2570bfa469b756e95bf54cb694d12eeb5
Staging: bcm: Remove typedef for wrmbuffer and call directly.

This patch removes typedef for wrmbuffer, and
changes the name of the struct to bcm_wrm_buffer.
In addition, any calls to typedefs WRM_BUFFER, or
*PWRM_BUFFER 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/Ioctl.h