From: Kevin McKinney Date: Mon, 24 Sep 2012 03:07:12 +0000 (-0400) Subject: Staging: bcm: Remove typedef for _stLocalSFAddIndication and call directly. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da529f0ffb03b90f8d6a462f2681e72f4da7032a;p=pandora-kernel.git Staging: bcm: Remove typedef for _stLocalSFAddIndication and call directly. This patch removes typedef for _stLocalSFAddIndication, and changes the name of the struct to bcm_add_indication. In addition, any calls to typedefs "stLocalSFAddIndication, *pstLocalSFAddIndication, stLocalSFChangeRequest, *pstLocalSFChangeRequest, stLocalSFChangeIndication, or *pstLocalSFChangeIndication " are changed to call the struct directly. Signed-off-by: Kevin McKinney Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed