diff options
| author | Vladimir Tsunaev <vladimirt@motorola.com> | 2014-06-09 14:05:31 -0400 |
|---|---|---|
| committer | Vladimir Tsunaev <vladimirt@motorola.com> | 2014-06-09 15:04:35 -0400 |
| commit | 53edb57d3c450d21332bb7761110853005b2b3df (patch) | |
| tree | 30e64d8568330dcdd76063c4d60566bc2f15dde1 /arch/arm/mach-omap2/serial.c | |
| parent | 4f375998dbe2515e83ff368411ea48daf3106e68 (diff) | |
| download | olio-linux-3.10-53edb57d3c450d21332bb7761110853005b2b3df.tar.xz olio-linux-3.10-53edb57d3c450d21332bb7761110853005b2b3df.zip | |
IKXCLOCK-1638 Idle Mode Retention
Signed-off-by: Vladimir Tsunaev <vladimirt@motorola.com>
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
| -rw-r--r-- | arch/arm/mach-omap2/serial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index f6601563aa6..80cd45fa8d8 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c @@ -81,7 +81,7 @@ static struct omap_uart_port_info omap_serial_default_info[] __initdata = { }; #ifdef CONFIG_PM -static void omap_uart_enable_wakeup(struct device *dev, bool enable) +void omap_uart_enable_wakeup(struct device *dev, bool enable) { struct platform_device *pdev = to_platform_device(dev); struct omap_device *od = to_omap_device(pdev); @@ -96,7 +96,7 @@ static void omap_uart_enable_wakeup(struct device *dev, bool enable) } #else -static void omap_uart_enable_wakeup(struct device *dev, bool enable) +void omap_uart_enable_wakeup(struct device *dev, bool enable) {} #endif /* CONFIG_PM */ |