]> asedeno.scripts.mit.edu Git - linux.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)
commitff4709b44cc0755ce7af4c7b3a18580f388b3bff
treea7366a4edb1ec2aa792daa03aa21e8e1f58fb4ed
parentc5aaa316819428560dafe4429bff97459fe61fd3
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