From: Kevin McKinney Date: Thu, 22 Nov 2012 19:48:53 +0000 (-0500) Subject: Staging: bcm: Remove typedef for stGPIOInfo and call directly. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d289d2570bfa469b756e95bf54cb694d12eeb5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed