-Index: linux-2.6.37/arch/arm/mach-omap2/serial.c
-===================================================================
---- linux-2.6.37.orig/arch/arm/mach-omap2/serial.c 2011-01-27 14:17:04.398000007 +0100
-+++ linux-2.6.37/arch/arm/mach-omap2/serial.c 2011-01-27 14:17:29.132000007 +0100
-@@ -546,14 +546,17 @@
- uart->padconf = 0;
- }
-
-+#if 1
- uart->irqflags |= IRQF_SHARED;
- ret = request_threaded_irq(uart->irq, NULL, omap_uart_interrupt,
- IRQF_SHARED, "serial idle", (void *)uart);
- WARN_ON(ret);
-+#endif
- }
-
- void omap_uart_enable_irqs(int enable)
- {
-+#if 1
- int ret;
- struct omap_uart_state *uart;
-
-@@ -570,6 +573,7 @@
- free_irq(uart->irq, (void *)uart);
- }
- }
-+#endif
- }
-
- static ssize_t sleep_timeout_show(struct device *dev,