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)
commit3bc4f0d8f65b396d214a31195a91c0394c5bf628
tree58b07352199d78fdaecd00bc01da314c8a3968e2
parent0eee50af5b13e00b3fb7a5fe8480419a71b8235d
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