]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: bcm: Remove typedef for stGPIOMultiInfo and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 22 Nov 2012 19:48:40 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:05:12 +0000 (16:05 -0800)
commit03931f305fc4b4999e5baac9b5680dda4a44a76f
tree96d5648e89a18abf5b658e5332b26d8b2ee90ddb
parent2f987fcef5e549b1b55d04e7d1d019004d476f30
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>
drivers/staging/bcm/Bcmchar.c
drivers/staging/bcm/Ioctl.h