summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorTony Lindgren <tmlind@baageli.(none)>2007-01-26 20:01:17 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-09 09:38:46 (GMT)
commitd82973d1cdc149d06ac9685ae008105d382c4236 (patch)
tree79401ea23019a04f00cd2292a62b688c44da07b6 /arch/arm/plat-omap
parent39b8e6986739c34da4e45eb4b8d2bb707292c591 (diff)
downloadlinux-fsl-qoriq-d82973d1cdc149d06ac9685ae008105d382c4236.tar.xz
ARM: OMAP: Mostly cosmetic to sync up with linux-omap tree
Mostly cosmetic to sync up with linux-omap tree Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c
index 2fac7d3..c5dab1d 100644
--- a/arch/arm/plat-omap/devices.c
+++ b/arch/arm/plat-omap/devices.c
@@ -112,8 +112,8 @@ static struct resource i2c_resources1[] = {
/* DMA not used; works around erratum writing to non-empty i2c fifo */
static struct platform_device omap_i2c_device1 = {
- .name = "i2c_omap",
- .id = 1,
+ .name = "i2c_omap",
+ .id = 1,
.num_resources = ARRAY_SIZE(i2c_resources1),
.resource = i2c_resources1,
};