@@ -305,7 +305,7 @@ static void omap_uart_block_sleep(struct omap_uart_state *uart)
{
omap_uart_enable_clocks(uart);
- omap_uart_smart_idle_enable(uart, 0);
+/* omap_uart_smart_idle_enable(uart, 0); */
uart->can_sleep = 0;
if (uart->timeout)
mod_timer(&uart->timer, jiffies + uart->timeout);
@@ -323,7 +323,7 @@ static void omap_uart_allow_sleep(struct omap_uart_state *uart)
if (!uart->clocked)
return;
- omap_uart_smart_idle_enable(uart, 1);
+/* omap_uart_smart_idle_enable(uart, 1); */
uart->can_sleep = 1;
del_timer(&uart->timer);
}