From: Greg Kroah-Hartman Date: Wed, 21 Aug 2013 23:17:47 +0000 (-0700) Subject: sysfs: fix placement of EXPORT_SYMBOL() X-Git-Tag: v3.12-rc1~184^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b866757fc4cb135674f46c96909e900fcea91a2;p=pandora-kernel.git sysfs: fix placement of EXPORT_SYMBOL() The export should happen after the function, not at the bottom of the file, so fix that up. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed