* [PATCH][MIPS] remove extra definitions for pb1200
@ 2006-11-01 9:40 Yoichi Yuasa
2006-11-01 12:50 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2006-11-01 9:40 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips
Hi Ralf,
This patch has removed extra definitions.
These definitions are defined twice.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/au1000/pb1200/board_setup.c mips/arch/mips/au1000/pb1200/board_setup.c
--- mips-orig/arch/mips/au1000/pb1200/board_setup.c 2006-11-01 14:58:06.339820500 +0900
+++ mips/arch/mips/au1000/pb1200/board_setup.c 2006-11-01 14:57:26.749346250 +0900
@@ -56,7 +56,7 @@
extern char *prom_getcmdline(void);
extern void _board_init_irq(void);
-extern void (*board_init_irq)(void);
+extern void (*board_init_irq)(void);
void board_reset (void)
{
@@ -152,11 +152,7 @@ void __init board_setup(void)
#endif
/* Setup Pb1200 External Interrupt Controller */
- {
- extern void (*board_init_irq)(void);
- extern void _board_init_irq(void);
- board_init_irq = _board_init_irq;
- }
+ board_init_irq = _board_init_irq;
}
int
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][MIPS] remove extra definitions for pb1200
2006-11-01 9:40 [PATCH][MIPS] remove extra definitions for pb1200 Yoichi Yuasa
@ 2006-11-01 12:50 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2006-11-01 12:50 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Wed, Nov 01, 2006 at 06:40:15PM +0900, Yoichi Yuasa wrote:
> This patch has removed extra definitions.
> These definitions are defined twice.
Thanks, queued for 2.6.20,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-01 12:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 9:40 [PATCH][MIPS] remove extra definitions for pb1200 Yoichi Yuasa
2006-11-01 12:50 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox