Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl
commitaf109f2e323e9dc6aeb49962e3bc0237ce653cb9
authorSutharsan Ramamoorthy <srmt@cypress.com>
Wed, 26 Jan 2011 05:11:50 +0000 (25 21:11 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 26 Jan 2011 07:02:53 +0000 (26 15:02 +0800)
treeb5260949fdd6a5ad6f58c15554e0a5ef11d8f588
parentf5c28f2538f1b23db493be262468a9a2e8bb97b2
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 <srmt@cypress.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/westbridge/astoria/api/src/cyasmisc.c
drivers/staging/westbridge/astoria/api/src/cyasmtp.c
drivers/staging/westbridge/astoria/api/src/cyasstorage.c
drivers/staging/westbridge/astoria/api/src/cyasusb.c
drivers/staging/westbridge/astoria/device/cyandevice_export.h [deleted file]
drivers/staging/westbridge/astoria/device/cyasdevice.c