]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: ich: Switch to use struct device instead of platform_device
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Nov 2018 15:37:07 +0000 (17:37 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 14:54:16 +0000 (16:54 +0200)
commitf1649090c9a47fd68cd4544d77ddf75bf56bdf05
treea7366a4edb1ec2aa792daa03aa21e8e1f58fb4ed
parent01b2f18d337940cb221b71bace4ad7088274cb49
gpio: ich: Switch to use struct device instead of platform_device

There is no need to have a pointer to struct platform_device.
Instead, switch to use struct device one.

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