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:
6ed4369
)
[MIPS] rbtx4938: minor cleanup
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Tue, 22 Apr 2008 14:59:30 +0000
(23:59 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 28 Apr 2008 16:14:32 +0000
(17:14 +0100)
Do not initialize res->parent for platform device.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/tx4938/toshiba_rbtx4938/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/tx4938/toshiba_rbtx4938/setup.c
b/arch/mips/tx4938/toshiba_rbtx4938/setup.c
index 2fbf7d4c3c7176740e3f43b2f7d36e065ac52944..3a3659e8633aa642a79ac3988127632b9cf38ff3 100644
(file)
--- a/
arch/mips/tx4938/toshiba_rbtx4938/setup.c
+++ b/
arch/mips/tx4938/toshiba_rbtx4938/setup.c
@@
-1026,7
+1026,6
@@
static void __init txx9_spi_init(unsigned long base, int irq)
.start = base,
.end = base + 0x20 - 1,
.flags = IORESOURCE_MEM,
- .parent = &tx4938_reg_resource,
}, {
.start = irq,
.flags = IORESOURCE_IRQ,
@@
-1078,7
+1077,6
@@
static int __init txx9_wdt_init(unsigned long base)
.start = base,
.end = base + 0x100 - 1,
.flags = IORESOURCE_MEM,
- .parent = &tx4938_reg_resource,
};
struct platform_device *dev =
platform_device_register_simple("txx9wdt", -1, &res, 1);