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:
1ce890e
)
[POWERPC] The builtin matches for ibmebus.c can be __initdata
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 21 Dec 2007 04:19:59 +0000
(15:19 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 21 Dec 2007 11:14:07 +0000
(22:14 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/ibmebus.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/ibmebus.c
b/arch/powerpc/kernel/ibmebus.c
index 72fd87156b24b662ee8abb08878197c3a6b6a02b..caae49ff06683eb44f3ed6d1e89a98bf4f37d5ab 100644
(file)
--- a/
arch/powerpc/kernel/ibmebus.c
+++ b/
arch/powerpc/kernel/ibmebus.c
@@
-52,7
+52,7
@@
static struct device ibmebus_bus_device = { /* fake "parent" device */
struct bus_type ibmebus_bus_type;
/* These devices will automatically be added to the bus during init */
-static struct of_device_id builtin_matches[] = {
+static struct of_device_id
__initdata
builtin_matches[] = {
{ .compatible = "IBM,lhca" },
{ .compatible = "IBM,lhea" },
{},