diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-02-13 23:41:04 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-02-13 23:41:04 +0100 |
commit | 88fa269bedc3ae0f67426ea7fe9d306103b7fb1c (patch) | |
tree | 6f42d4d462f52ce8fe6eac3bf6c5922f2649f7e4 /arch/arm/mach-omap2/board-cm-t35.c | |
parent | ep93xx: fix build of vision_ep93xx.c (diff) | |
parent | ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3 (diff) | |
download | linux-88fa269bedc3ae0f67426ea7fe9d306103b7fb1c.tar.xz linux-88fa269bedc3ae0f67426ea7fe9d306103b7fb1c.zip |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3
ARM: OMAP3: cm-t35: fix section mismatch warning
ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chains
ARM: OMAP2+: board-generic: Add missing handle_irq callbacks
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index e921e3be24a4..d73316ed4207 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c @@ -437,7 +437,7 @@ static struct usbhs_omap_board_data usbhs_bdata __initdata = { .reset_gpio_port[2] = -EINVAL }; -static void cm_t35_init_usbh(void) +static void __init cm_t35_init_usbh(void) { int err; |