| To: | ralf@linux-mips.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 15/17] [MIPS] Malta: make the helper function static |
| From: | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> |
| Date: | Thu, 24 Jan 2008 19:52:55 +0300 |
| In-reply-to: | <1201193577-4261-1-git-send-email-dmitri.vorobiev@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1201193577-4261-1-git-send-email-dmitri.vorobiev@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
One helper function can become static. This patch adds the needed
keyword.
No functional changes introduced.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
---
arch/mips/mips-boards/malta/malta_setup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/mips-boards/malta/malta_setup.c
b/arch/mips/mips-boards/malta/malta_setup.c
index 8d62966..541f4e7 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
--
1.5.3
|
| Previous by Date: | [PATCH 09/17] [MIPS] Malta: include <linux/cpu.h> instead of <asm/cpu.h>, Dmitri Vorobiev |
|---|---|
| Next by Date: | [PATCH 11/17] [MIPS] Malta: else should follow close brace in malta_int.c, Dmitri Vorobiev |
| Previous by Thread: | [PATCH 09/17] [MIPS] Malta: include <linux/cpu.h> instead of <asm/cpu.h>, Dmitri Vorobiev |
| Next by Thread: | [PATCH 11/17] [MIPS] Malta: else should follow close brace in malta_int.c, Dmitri Vorobiev |
| Indexes: | [Date] [Thread] [Top] [All Lists] |