projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d498a2c
)
[PATCH] ppc32: Fix compiling of sandpoint platform
author
Kumar Gala
<galak@freescale.com>
Mon, 27 Jun 2005 21:36:16 +0000
(14:36 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Mon, 27 Jun 2005 22:11:41 +0000
(15:11 -0700)
Lost a curly brace in translation. Everything is better now.
Signed-off-by: Matt McClintock <msm@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/platforms/sandpoint.c
patch
|
blob
|
history
diff --git
a/arch/ppc/platforms/sandpoint.c
b/arch/ppc/platforms/sandpoint.c
index 70e58f43f2b84b47043494c2e15c9b5a12ebb563..8b149c2fc54f110412a17efc7a93d3c75443def3 100644
(file)
--- 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@mvista.com)\n");