Re: [PATCH] gpio: etraxfs: use builtin_platform_driver

2016-11-22 Thread Linus Walleij
On Fri, Nov 18, 2016 at 3:12 PM, Geliang Tang wrote: > Use builtin_platform_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Patch applied. Yours, Linus Walleij

[PATCH] gpio: etraxfs: use builtin_platform_driver

2016-11-18 Thread Geliang Tang
Use builtin_platform_driver() helper to simplify the code. Signed-off-by: Geliang Tang --- drivers/gpio/gpio-etraxfs.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-etraxfs.c b/drivers/gpio/gpio-etraxfs.c index 00b022c..a254d5b 100644 --- a/drivers/g