From: Kevin McKinney Date: Thu, 22 Nov 2012 19:48:51 +0000 (-0500) Subject: Staging: bcm: Remove typedef for stUserThreadReq and call directly. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d532703c384c0df449c343ca3604f3650dad53b6;p=pandora-kernel.git Staging: bcm: Remove typedef for stUserThreadReq and call directly. This patch removes typedef for stUserThreadReq, and changes the name of the struct to bcm_user_thread_req. In addition, any calls to typedefs USER_THREAD_REQ, or *PUSER_THREAD_REQ are changed to call the struct directly. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed