All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -queue] MIPS: Alchemy: add missing bracket
@ 2010-01-27  9:18 Yoichi Yuasa
  2010-01-27 13:45 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2010-01-27  9:18 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/alchemy/devboards/db1x00/board_setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/alchemy/devboards/db1x00/board_setup.c b/arch/mips/alchemy/devboards/db1x00/board_setup.c
index 416294f..559d9b2 100644
--- a/arch/mips/alchemy/devboards/db1x00/board_setup.c
+++ b/arch/mips/alchemy/devboards/db1x00/board_setup.c
@@ -30,7 +30,7 @@
 #include <linux/gpio.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
-#include <linux/pm.h
+#include <linux/pm.h>
 
 #include <asm/mach-au1x00/au1000.h>
 #include <asm/mach-au1x00/au1xxx_eth.h>
-- 
1.6.6.1

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

* Re: [PATCH -queue] MIPS: Alchemy: add missing bracket
  2010-01-27  9:18 [PATCH -queue] MIPS: Alchemy: add missing bracket Yoichi Yuasa
@ 2010-01-27 13:45 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-01-27 13:45 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Wed, Jan 27, 2010 at 06:18:54PM +0900, Yoichi Yuasa wrote:

I've folded your patch into the -queue patch, which added this syntax error.

Thanks!

  Ralf

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

end of thread, other threads:[~2010-01-27 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27  9:18 [PATCH -queue] MIPS: Alchemy: add missing bracket Yoichi Yuasa
2010-01-27 13:45 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.