[PATCH] ppc32: Fix compiling of sandpoint platform

From: Kumar Gala
Date: Sun Jun 26 2005 - 09:18:18 EST


Lost a curly brace in translation. Everything is better now.

Signed-off-by: Matt McClintock <msm@xxxxxxxxxxxxx>
Signed-off-by: Kumar Gala <kumar.gala@xxxxxxxxxxxxx>

---
commit fa74c2ff204f054a538f709b0b7ead0051554967
tree 7a5ce7b9f36499969eeb246331e0e0ad85178a20
parent 9316e99785fbb5da61e7a14c8bdaf5e08d3b9d72
author Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Sun, 26 Jun 2005 10:46:40 -0500
committer Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Sun, 26 Jun 2005 10:46:40 -0500

arch/ppc/platforms/sandpoint.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/ppc/platforms/sandpoint.c b/arch/ppc/platforms/sandpoint.c
--- a/arch/ppc/platforms/sandpoint.c
+++ b/arch/ppc/platforms/sandpoint.c
@@ -324,6 +324,7 @@ sandpoint_setup_arch(void)
pdata[1].irq = 0;
pdata[1].mapbase = 0;
}
+ }

printk(KERN_INFO "Motorola SPS Sandpoint Test Platform\n");
printk(KERN_INFO "Port by MontaVista Software, Inc. (source@xxxxxxxxxx)\n");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/