commit | 63df64a27a42deb75907b411f0e2f5916febc241 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 22 14:48:40 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:05:12 2012 -0800 |
tree | 96d5648e89a18abf5b658e5332b26d8b2ee90ddb | |
parent | 9e91edb71d899818ca769aa372372a8ed998357a [diff] |
Staging: bcm: Remove typedef for stGPIOMultiInfo and call directly. This patch removes typedef for stGPIOMultiInfo, and changes the name of the struct to bcm_gpio_multi_info. In addition, any calls to typedefs GPIO_MULTI_INFO, or *PGPIO_MULTI_INFO are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>