1 Index: linux-3.1/arch/arm/mach-omap2/serial.c
2 ===================================================================
3 --- linux-3.1.orig/arch/arm/mach-omap2/serial.c 2011-10-30 00:48:28.997057205 +0200
4 +++ linux-3.1/arch/arm/mach-omap2/serial.c 2011-10-30 00:48:53.917039979 +0200
5 @@ -546,10 +546,12 @@ static void omap_uart_idle_init(struct o
9 - uart->irqflags |= IRQF_SHARED;
10 - ret = request_threaded_irq(uart->irq, NULL, omap_uart_interrupt,
11 - IRQF_SHARED, "serial idle", (void *)uart);
14 + uart->irqflags |= IRQF_SHARED;
15 + ret = request_threaded_irq(uart->irq, NULL, omap_uart_interrupt,
16 + IRQF_SHARED, "serial idle", (void *)uart);
21 void omap_uart_enable_irqs(int enable)
22 @@ -560,14 +562,17 @@ void omap_uart_enable_irqs(int enable)
23 list_for_each_entry(uart, &uart_list, node) {
25 pm_runtime_put_sync(&uart->pdev->dev);
26 - ret = request_threaded_irq(uart->irq, NULL,
27 - omap_uart_interrupt,
32 + ret = request_threaded_irq(uart->irq, NULL,
33 + omap_uart_interrupt,
39 pm_runtime_get_noresume(&uart->pdev->dev);
40 - free_irq(uart->irq, (void *)uart);
42 + free_irq(uart->irq, (void *)uart);
46 Index: linux-3.1/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c
47 ===================================================================
48 --- linux-3.1.orig/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c 2011-10-30 00:48:29.005057199 +0200
49 +++ linux-3.1/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c 2011-10-30 00:48:53.917039979 +0200
50 @@ -253,7 +253,7 @@ struct omap_hwmod_irq_info omap2_timer11
53 struct omap_hwmod_irq_info omap2_uart1_mpu_irqs[] = {
54 - { .irq = INT_24XX_UART1_IRQ, },