gpio: zevio: Remove of_match_ptr around zevio_gpio_of_match
authorAxel Lin <axel.lin@ingics.com>
Tue, 8 Apr 2014 03:44:49 +0000 (11:44 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Apr 2014 19:35:08 +0000 (12:35 -0700)
commit9ea8d8102bbd32d97fe25decd4bf47ad2a63e031
treedbb6691227d1ed4981689eb846c1c9d53208e663
parent11d3d334af07408ce3a68860c40006ddcd343da5
gpio: zevio: Remove of_match_ptr around zevio_gpio_of_match

This is a DT-only driver and it will be built only when CONFIG_OF is set.
So it's pointless to use of_match_ptr.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-zevio.c