]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Mostly cosmetic to sync up with linux-omap tree
authorTony Lindgren <tmlind@baageli.(none)>
Fri, 26 Jan 2007 20:01:17 +0000 (12:01 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Mar 2007 20:40:14 +0000 (16:40 -0400)
Mostly cosmetic to sync up with linux-omap tree

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap2/devices.c
arch/arm/plat-omap/devices.c

index 0002de8ef68a7871e1c32e3a24b7e04f07d838f1..5a87aa982dd87739efc2101ef2c3bc29aa7859c0 100644 (file)
@@ -46,7 +46,7 @@ config MACH_OMAP_H3
 config MACH_OMAP_OSK
        bool "TI OSK Support"
        depends on ARCH_OMAP1 && ARCH_OMAP16XX
-       select TPS65010
+       select OMAP_MCBSP
        help
          TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
           if you have such a board.
index a0c67305bf1432ebd8c4ed42e4eb4b35f9d6e62d..b603bc5f8e5bad9f30314cad01ec92e77126ca60 100644 (file)
@@ -24,7 +24,7 @@
 #include <asm/arch/mux.h>
 #include <asm/arch/gpio.h>
 
-#if    defined(CONFIG_I2C_OMAP) || defined(CONFIG_I2C_OMAP_MODULE)
+#if    defined(CONFIG_I2C_OMAP) || defined(CONFIG_I2C_OMAP_MODULE)
 
 #define OMAP2_I2C_BASE2                0x48072000
 #define OMAP2_I2C_INT2         57
@@ -42,8 +42,8 @@ static struct resource i2c_resources2[] = {
 };
 
 static struct platform_device omap_i2c_device2 = {
-        .name           = "i2c_omap",
-        .id             = 2,
+       .name           = "i2c_omap",
+       .id             = 2,
        .num_resources  = ARRAY_SIZE(i2c_resources2),
        .resource       = i2c_resources2,
 };
index 3e84a03a0dc4d4b4e5cabd4fbbd115c0025aff21..2e0419fd976ff3c97d24daf5c9e18f016d96c92a 100644 (file)
@@ -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,
 };