mtd: mtdcore: export symbols cleanup
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 30 Dec 2011 14:11:14 +0000 (16:11 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 9 Jan 2012 18:26:06 +0000 (18:26 +0000)
commit33c87b4a2c820316314542ce3f60b8a8c6a96928
tree5a9ddf940d8a2ca36f60dc37abe3b22d33598cc9
parent52b020317f65114eeba2ee2cfa70a51a286f1d8a
mtd: mtdcore: export symbols cleanup

The mtdcore.c file is a bit inconsistent - some EXPORT_SYMBOL_GPL declarations
follow the corresponding functions, some are placed at the end. This patch
harmonizes the file so that EXPORT_SYMBOL_GPL declarations follow the
corresponding function.

It also removes few extra newlines and trailing white-spaces.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/mtdcore.c