From: Artem Bityutskiy Date: Fri, 30 Dec 2011 14:11:14 +0000 (+0200) Subject: mtd: mtdcore: export symbols cleanup X-Git-Tag: v3.3-rc1~119^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c87b4a2c820316314542ce3f60b8a8c6a96928;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed