From: Valentina Manea Date: Sun, 10 Mar 2013 03:22:39 +0000 (+0000) Subject: powerpc: place EXPORT_SYMBOL macro right after declaration X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~66^2~72^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8040bda31ab229e931d872a51c89ddeae4012b00;p=pandora-kernel.git powerpc: place EXPORT_SYMBOL macro right after declaration This fixes the following checkpatch.pl warnings: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable +EXPORT_SYMBOL(kmap_prot); WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable +EXPORT_SYMBOL(kmap_pte); Signed-off-by: Valentina Manea Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed