linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [MIPS] Malta: Remove unneeded function protos from malta-reset.c
@ 2009-06-26 16:59 Dmitri Vorobiev
  2009-06-28 18:17 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitri Vorobiev @ 2009-06-26 16:59 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: Dmitri Vorobiev

Two prototypes of statically defined functions aren't needed
in arch/mips/mti-malta/malta-reset.c, so remove them.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
---
 arch/mips/mti-malta/malta-reset.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/mips/mti-malta/malta-reset.c b/arch/mips/mti-malta/malta-reset.c
index 42dee4d..f48d60e 100644
--- a/arch/mips/mti-malta/malta-reset.c
+++ b/arch/mips/mti-malta/malta-reset.c
@@ -28,9 +28,6 @@
 #include <asm/reboot.h>
 #include <asm/mips-boards/generic.h>
 
-static void mips_machine_restart(char *command);
-static void mips_machine_halt(void);
-
 static void mips_machine_restart(char *command)
 {
 	unsigned int __iomem *softres_reg =
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-01 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 16:59 [PATCH] [MIPS] Malta: Remove unneeded function protos from malta-reset.c Dmitri Vorobiev
2009-06-28 18:17 ` Ralf Baechle
2009-07-01  0:17   ` Maciej W. Rozycki
2009-07-01  6:31     ` Ralf Baechle
2009-07-01 15:46       ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).