From: Sutharsan Ramamoorthy Date: Wed, 26 Jan 2011 05:11:50 +0000 (-0800) Subject: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl X-Git-Tag: v2.6.39-rc1~469^2~789 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af109f2e323e9dc6aeb49962e3bc0237ce653cb9;p=pandora-kernel.git Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl This patch fixes errors reported by checkpatch.pl in westbridge device controller driver in the staging tree. File containing EXPORT_SYMBOL() macros for all the APIs exported by the westbridge software has been removed. EXPORT_SYMBOL() macros are added after the corresponding function definitions. Signed-off-by: Sutharsan Ramamoorthy Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed