diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-05-19 12:30:52 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-05-21 16:45:20 -0400 |
commit | 85bc26211c6a2c6e82c2403697f8ce44e9587215 (patch) | |
tree | ae7016cb1cc27e3e554f64b56c7bb3209c96fea1 /arch/arm/mach-kirkwood/common.c | |
parent | 385aa9e7012d35b017981e67b3464aef4e1e7108 (diff) | |
download | blackbird-op-linux-85bc26211c6a2c6e82c2403697f8ce44e9587215.tar.gz blackbird-op-linux-85bc26211c6a2c6e82c2403697f8ce44e9587215.zip |
[ARM] Orion: Remove explicit name for platform device resources
Remove explicit names from platform device resources since they will
automatically be named after the platform device they're associated
with.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Acked-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/common.c')
-rw-r--r-- | arch/arm/mach-kirkwood/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-kirkwood/common.c b/arch/arm/mach-kirkwood/common.c index eeb00240d784..3fab82a4c8fc 100644 --- a/arch/arm/mach-kirkwood/common.c +++ b/arch/arm/mach-kirkwood/common.c @@ -386,12 +386,10 @@ static struct mv64xxx_i2c_pdata kirkwood_i2c_pdata = { static struct resource kirkwood_i2c_resources[] = { { - .name = "i2c", .start = I2C_PHYS_BASE, .end = I2C_PHYS_BASE + 0x1f, .flags = IORESOURCE_MEM, }, { - .name = "i2c", .start = IRQ_KIRKWOOD_TWSI, .end = IRQ_KIRKWOOD_TWSI, .flags = IORESOURCE_IRQ, |