Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl
authorSutharsan Ramamoorthy <srmt@cypress.com>
Wed, 26 Jan 2011 05:11:50 +0000 (21:11 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 26 Jan 2011 07:02:53 +0000 (15:02 +0800)
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 <srmt@cypress.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found