ARM: SAMSUNG: pm: Adjust for pinctrl- and DT-enabled platforms
authorTomasz Figa <t.figa@samsung.com>
Fri, 17 May 2013 16:24:29 +0000 (18:24 +0200)
committerOlof Johansson <olof@lixom.net>
Tue, 11 Jun 2013 08:10:12 +0000 (01:10 -0700)
This patch makes legacy code on suspend/resume path being executed
conditionally, on non-DT platforms only, to fix suspend/resume of
DT-enabled systems, for which the code is inappropriate.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[olof: add #include <linux/of.h>]
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found