mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[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>
This commit is contained in:
parent
6ed436932d
commit
05a96fae43
@ -1026,7 +1026,6 @@ static void __init txx9_spi_init(unsigned long base, int irq)
|
|||||||
.start = base,
|
.start = base,
|
||||||
.end = base + 0x20 - 1,
|
.end = base + 0x20 - 1,
|
||||||
.flags = IORESOURCE_MEM,
|
.flags = IORESOURCE_MEM,
|
||||||
.parent = &tx4938_reg_resource,
|
|
||||||
}, {
|
}, {
|
||||||
.start = irq,
|
.start = irq,
|
||||||
.flags = IORESOURCE_IRQ,
|
.flags = IORESOURCE_IRQ,
|
||||||
@ -1078,7 +1077,6 @@ static int __init txx9_wdt_init(unsigned long base)
|
|||||||
.start = base,
|
.start = base,
|
||||||
.end = base + 0x100 - 1,
|
.end = base + 0x100 - 1,
|
||||||
.flags = IORESOURCE_MEM,
|
.flags = IORESOURCE_MEM,
|
||||||
.parent = &tx4938_reg_resource,
|
|
||||||
};
|
};
|
||||||
struct platform_device *dev =
|
struct platform_device *dev =
|
||||||
platform_device_register_simple("txx9wdt", -1, &res, 1);
|
platform_device_register_simple("txx9wdt", -1, &res, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user