powerpc: place EXPORT_SYMBOL macro right after declaration
authorValentina Manea <valentina.manea.m@gmail.com>
Sun, 10 Mar 2013 03:22:39 +0000 (03:22 +0000)
committerMichael Ellerman <michael@ellerman.id.au>
Thu, 18 Apr 2013 03:03:49 +0000 (13:03 +1000)
commit8040bda31ab229e931d872a51c89ddeae4012b00
treea3d1aeb7978814e36f539d2d69b53843c4de3b8f
parent09652b00cd249a1f1a2cd1a70d31e880f24d06cc
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 <valentina.manea.m@gmail.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
arch/powerpc/mm/mem.c