From: Dmitri Vorobiev Date: Thu, 24 Jan 2008 16:52:48 +0000 (+0300) Subject: [MIPS] Malta, Atlas, Sead: remove an extern from .c files X-Git-Tag: v2.6.25-rc1~1163^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1997267072d6bfadb37d336779e6122c2d44343d;p=pandora-kernel.git [MIPS] Malta, Atlas, Sead: remove an extern from .c files This patch moves the "extern" declaration for the function mips_reboot_setup() from the board setup .c files to the header file include/asm-mips/mips-boards/generic.h. This fixes a warning produced by the checkpatch.pl script. No functional changes introduced. This was compile-tested by building the kernel for all three boards affected by this change. All builds finished successfully. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed