From: Greg Kroah-Hartman Date: Wed, 21 Aug 2013 23:04:12 +0000 (-0700) Subject: sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location X-Git-Tag: v3.12-rc1~184^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d363bc53ef4233e02d70791f10fe1f18c6c0f508;p=pandora-kernel.git sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location This fixes up the coding style issue of incorrectly placing the EXPORT_SYMBOL_GPL() macro, it should be right after the function itself, not at the end of the file. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed