gpio: pch: Convert to dev_pm_ops
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 7 Nov 2018 19:19:45 +0000 (21:19 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Dec 2018 11:29:55 +0000 (13:29 +0200)
commit226e6b866d741a8cfb7486e7f0767fe4e018413c
tree1a23404a81a9656d7e7f04eaa2d7ae75d4a1bd1b
parent9381fc5d655d172af737b5f16749a63e4b931040
gpio: pch: Convert to dev_pm_ops

Convert the legacy system PM callbacks to new ones. Meanwhile, remove the
redundant calls to the PCI for changing a power state since it's done by bus
code.

While here, remove weird indentation with backslash in use.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-pch.c