]> 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)
commit79e4ab7ff5a0e638af59d6e25f2099fa312bfa95
treea7366a4edb1ec2aa792daa03aa21e8e1f58fb4ed
parentf7e429d2723abe9c68257be7002438c346f09a13
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