diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-04-22 23:59:30 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 17:14:32 +0100 |
commit | 05a96fae433a662e12879b543a6838b6c2129402 (patch) | |
tree | 7c2ebc7cd02494c5779042ada567b34a0ff7f954 /arch/mips | |
parent | 6ed436932d1417534aa1a738fd9585795f954304 (diff) | |
download | linux-05a96fae433a662e12879b543a6838b6c2129402.tar.gz linux-05a96fae433a662e12879b543a6838b6c2129402.tar.xz |
[MIPS] rbtx4938: minor cleanup
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/tx4938/toshiba_rbtx4938/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/tx4938/toshiba_rbtx4938/setup.c b/arch/mips/tx4938/toshiba_rbtx4938/setup.c index 2fbf7d4c3c71..3a3659e8633a 100644 --- 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); |