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