]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Cosmetic fixes to sync up with mainline merges
authorTony Lindgren <tony@atomide.com>
Fri, 3 Oct 2008 10:02:44 +0000 (13:02 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 3 Oct 2008 10:02:44 +0000 (13:02 +0300)
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3beagle.c
arch/arm/mach-omap2/board-overo.c
arch/arm/mach-omap2/irq.c
arch/arm/plat-omap/devices.c

index 98bdaf29f5403b486197c8275dd43de845fee98f..093150c97c001916a9faddde912dd6450aabf5c7 100644 (file)
@@ -286,7 +286,8 @@ static void __init omap3beagle_flash_init(void)
 static void __init omap3_beagle_init(void)
 {
        omap3_beagle_i2c_init();
-       platform_add_devices(omap3_beagle_devices, ARRAY_SIZE(omap3_beagle_devices));
+       platform_add_devices(omap3_beagle_devices,
+                       ARRAY_SIZE(omap3_beagle_devices));
        omap_board_config = omap3_beagle_config;
        omap_board_config_size = ARRAY_SIZE(omap3_beagle_config);
        omap_serial_init();
index a490f15f7f7b435e95e44a710eb230a39a82a08b..cfa542a614049a4e8b8350e780f850f36941f1fd 100644 (file)
@@ -225,7 +225,8 @@ static void __init overo_init(void)
                udelay(10);
                gpio_set_value(OVERO_GPIO_W2W_NRESET, 1);
        } else {
-               printk(KERN_ERR "could not obtain gpio for OVERO_GPIO_W2W_NRESET\n");
+               printk(KERN_ERR "could not obtain gpio for "
+                                       "OVERO_GPIO_W2W_NRESET\n");
        }
 
        if ((gpio_request(OVERO_GPIO_BT_NRESET, "OVERO_GPIO_BT_NRESET") == 0) &&
@@ -235,21 +236,24 @@ static void __init overo_init(void)
                mdelay(6);
                gpio_set_value(OVERO_GPIO_BT_NRESET, 1);
        } else {
-               printk(KERN_ERR "could not obtain gpio for OVERO_GPIO_BT_NRESET\n");
+               printk(KERN_ERR "could not obtain gpio for "
+                                       "OVERO_GPIO_BT_NRESET\n");
        }
 
        if ((gpio_request(OVERO_GPIO_USBH_CPEN, "OVERO_GPIO_USBH_CPEN") == 0) &&
            (gpio_direction_output(OVERO_GPIO_USBH_CPEN, 1) == 0))
                gpio_export(OVERO_GPIO_USBH_CPEN, 0);
        else
-               printk(KERN_ERR "could not obtain gpio for OVERO_GPIO_USBH_CPEN\n");
+               printk(KERN_ERR "could not obtain gpio for "
+                                       "OVERO_GPIO_USBH_CPEN\n");
 
        if ((gpio_request(OVERO_GPIO_USBH_NRESET,
                          "OVERO_GPIO_USBH_NRESET") == 0) &&
            (gpio_direction_output(OVERO_GPIO_USBH_NRESET, 1) == 0))
                gpio_export(OVERO_GPIO_USBH_NRESET, 0);
        else
-               printk(KERN_ERR "could not obtain gpio for OVERO_GPIO_USBH_NRESET\n");
+               printk(KERN_ERR "could not obtain gpio for "
+                                       "OVERO_GPIO_USBH_NRESET\n");
 }
 
 static void __init overo_map_io(void)
index 4ffb4f19d20dc9336657a953631c2a96cf967cd0..598392649cd28daf3c46894fc22dcd11621aa55b 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/interrupt.h>
 #include <mach/hardware.h>
 #include <asm/mach/irq.h>
-#include <linux/irq.h>
 #include <linux/io.h>
 
 /* selected INTC register offsets */
index 1ad179d7d73a52cc12dc66c0a159e883a61c290f..c22bd5feae310512bdcde62055e8205b379d6c13 100644 (file)
@@ -94,7 +94,7 @@ static inline void omap_init_dsp(void) { }
 
 static void omap_init_kp(void)
 {
-       /* REVISIT: 2430 keypad is on TWL4030 */
+       /* 2430 and 34xx keypad is on TWL4030 */
        if (cpu_is_omap2430() || cpu_is_omap34xx())
                return;