diff options
Diffstat (limited to 'include/linux/platform_data/serial-omap.h')
| -rw-r--r-- | include/linux/platform_data/serial-omap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/serial-omap.h b/include/linux/platform_data/serial-omap.h index 838132af5d8..a2f2a8c45a2 100644 --- a/include/linux/platform_data/serial-omap.h +++ b/include/linux/platform_data/serial-omap.h @@ -49,6 +49,7 @@ struct omap_uart_port_info { void (*enable_wakeup)(struct device *, bool); }; +extern void omap_uart_remove_wakeup(struct device *dev); extern void omap_uart_enable_wakeup(struct device *dev, bool enable); extern int omap_pm_get_dev_context_loss_count(struct device *dev); |