diff options
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index 6af99ddabdfb..a51fb9dd65a7 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c | |||
@@ -248,12 +248,10 @@ static struct mv64xxx_i2c_pdata orion5x_i2c_pdata = { | |||
248 | 248 | ||
249 | static struct resource orion5x_i2c_resources[] = { | 249 | static struct resource orion5x_i2c_resources[] = { |
250 | { | 250 | { |
251 | .name = "i2c base", | ||
252 | .start = I2C_PHYS_BASE, | 251 | .start = I2C_PHYS_BASE, |
253 | .end = I2C_PHYS_BASE + 0x1f, | 252 | .end = I2C_PHYS_BASE + 0x1f, |
254 | .flags = IORESOURCE_MEM, | 253 | .flags = IORESOURCE_MEM, |
255 | }, { | 254 | }, { |
256 | .name = "i2c irq", | ||
257 | .start = IRQ_ORION5X_I2C, | 255 | .start = IRQ_ORION5X_I2C, |
258 | .end = IRQ_ORION5X_I2C, | 256 | .end = IRQ_ORION5X_I2C, |
259 | .flags = IORESOURCE_IRQ, | 257 | .flags = IORESOURCE_IRQ, |