diff options
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | 2008-01-24 11:52:55 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:15:05 -0500 |
commit | ef7645cfe6f785de3bdc2ae6016924f46f614d61 (patch) | |
tree | 196e06a345b269c1806259c3b7fb4795303f220d /arch/mips/mips-boards/malta | |
parent | cd80d548594aae0ee915e01050279399cb14943b (diff) |
[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 <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mips-boards/malta')
-rw-r--r-- | 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 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 "; | |||
80 | #endif /* CONFIG_MIPS_MT_SMTC */ | 80 | #endif /* CONFIG_MIPS_MT_SMTC */ |
81 | 81 | ||
82 | #ifdef CONFIG_BLK_DEV_FD | 82 | #ifdef CONFIG_BLK_DEV_FD |
83 | void __init fd_activate(void) | 83 | static void __init fd_activate(void) |
84 | { | 84 | { |
85 | /* | 85 | /* |
86 | * Activate Floppy Controller in the SMSC FDC37M817 Super I/O | 86 | * Activate Floppy Controller in the SMSC FDC37M817 Super I/O |