From: Dmitri Vorobiev Date: Thu, 29 May 2008 14:57:08 +0000 (+0300) Subject: [MIPS] fix sparse warning about setup_early_printk() X-Git-Tag: v2.6.27-rc1~1063^2~50 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07cdb78436d52416a582e645b9afb6e26f986bc9;p=pandora-kernel.git [MIPS] fix sparse warning about setup_early_printk() This patch fixes the following sparse warning: <<<<<<<< arch/mips/kernel/early_printk.c:35:13: warning: symbol 'setup_early_printk' was not declared. Should it be static? <<<<<<<< The fix is to define a prototype of the setup_early_printk() function and to include the appropriate header into arch/mips/kernel/early_printk.c. [Ralf: Sorted includes again] Signed-off-by: Dmitri Vorobiev Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed