1 --- a/arch/arm/mach-omap2/serial.c
2 +++ b/arch/arm/mach-omap2/serial.c
3 @@ -546,10 +546,12 @@ static void omap_uart_idle_init(struct o
7 - uart->irqflags |= IRQF_SHARED;
8 - ret = request_threaded_irq(uart->irq, NULL, omap_uart_interrupt,
9 - IRQF_SHARED, "serial idle", (void *)uart);
12 + uart->irqflags |= IRQF_SHARED;
13 + ret = request_threaded_irq(uart->irq, NULL, omap_uart_interrupt,
14 + IRQF_SHARED, "serial idle", (void *)uart);
19 void omap_uart_enable_irqs(int enable)
20 @@ -560,14 +562,17 @@ void omap_uart_enable_irqs(int enable)
21 list_for_each_entry(uart, &uart_list, node) {
23 pm_runtime_put_sync(&uart->pdev->dev);
24 - ret = request_threaded_irq(uart->irq, NULL,
25 - omap_uart_interrupt,
30 + ret = request_threaded_irq(uart->irq, NULL,
31 + omap_uart_interrupt,
37 pm_runtime_get_noresume(&uart->pdev->dev);
38 - free_irq(uart->irq, (void *)uart);
40 + free_irq(uart->irq, (void *)uart);
44 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c
45 +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c
46 @@ -253,7 +253,7 @@ struct omap_hwmod_irq_info omap2_timer11
49 struct omap_hwmod_irq_info omap2_uart1_mpu_irqs[] = {
50 - { .irq = INT_24XX_UART1_IRQ, },