]> git.baikalelectronics.ru Git - kernel.git/commit
omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.
authorShubhrajyoti D <shubhrajyoti@ti.com>
Mon, 16 Jan 2012 10:22:36 +0000 (15:52 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 22:11:05 +0000 (14:11 -0800)
commit8b3427dd2579338c7936c8409d3cfdddec45135e
tree58b07352199d78fdaecd00bc01da314c8a3968e2
parentfdc5c507536e80d97ae7205f1707180eccebc53e
omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.

    The macro SET_SYSTEM_SLEEP_PM_OPS  depends CONFIG_PM_SLEEP. The patch
    defines the suspend and resume functions for CONFIG_PM_SLEEP instead of
    CONFIG_SUSPEND.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/omap-serial.c