commit | bac02ed8a74f09848f81ffa2d53c36a6256ebbf9 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 22 14:48:52 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:05:22 2012 -0800 |
tree | f4c64f2feaecece1f875342db34d57e4c8f711fc | |
parent | d532703c384c0df449c343ca3604f3650dad53b6 [diff] |
Staging: bcm: Remove typedef for ioctlbuffer and call directly. This patch removes typedef for ioctlbuffer, and changes the name of the struct to bcm_ioctl_buffer. In addition, any calls to typedefs IOCTL_BUFFER, or *PIOCTL_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>