From: Shaun Laing Date: Fri, 9 Aug 2013 13:54:24 +0000 (-0600) Subject: staging: cxt1e1: Remove #define SBE_INCLUDE_SYMBOLS X-Git-Tag: v3.12-rc1~183^2~289 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37ca35c47b9eda39bad70a4546c0ec01e8b0e576;p=pandora-kernel.git staging: cxt1e1: Remove #define SBE_INCLUDE_SYMBOLS Removed the unneeded SBE_INCLUDE_SYMBOLS #define, and the associated STATIC #define, and replaced all occurances of STATIC with 'static'. This was in response to sparse warnings of the form "symbol 'XYZ' was not declared. Should it be static?". Removed a function prototype (musycc_init_port) as adding the 'static' declaration produced a new gcc warning. (musycc_init_port is only declared if SBE_WAN256T3_ENABLE is set) Signed-off-by: Shaun Laing Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed