projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f43143
)
[POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board
author
Grant Likely
<grant.likely@secretlab.ca>
Wed, 2 Jan 2008 17:23:56 +0000
(
04:23
+1100)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Wed, 2 Jan 2008 17:38:15 +0000
(11:38 -0600)
Fix an obvious typo.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/platforms/44x/sequoia.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/44x/sequoia.c
b/arch/powerpc/platforms/44x/sequoia.c
index
374f8c7
..
d279db4
100644
(file)
--- a/
arch/powerpc/platforms/44x/sequoia.c
+++ b/
arch/powerpc/platforms/44x/sequoia.c
@@
-38,7
+38,7
@@
static int __init sequoia_device_probe(void)
return 0;
}
-machi
en
_device_initcall(sequoia, sequoia_device_probe);
+machi
ne
_device_initcall(sequoia, sequoia_device_probe);
static int __init sequoia_probe(void)
{