From: Dmitri Vorobiev Date: Thu, 24 Jan 2008 16:52:55 +0000 (+0300) Subject: [MIPS] Malta: make the helper function static X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ef7645cfe6f785de3bdc2ae6016924f46f614d61;p=deliverable%2Flinux.git [MIPS] Malta: make the helper function static One helper function can become static. This patch adds the needed keyword. No functional changes introduced. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/mips-boards/malta/malta_setup.c b/arch/mips/mips-boards/malta/malta_setup.c index 8d62966dcabb..541f4e76747f 100644 --- a/arch/mips/mips-boards/malta/malta_setup.c +++ b/arch/mips/mips-boards/malta/malta_setup.c @@ -80,7 +80,7 @@ const char display_string[] = " LINUX ON MALTA "; #endif /* CONFIG_MIPS_MT_SMTC */ #ifdef CONFIG_BLK_DEV_FD -void __init fd_activate(void) +static void __init fd_activate(void) { /* * Activate Floppy Controller in the SMSC FDC37M817 Super I/O