commit | 9ea8d8102bbd32d97fe25decd4bf47ad2a63e031 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Apr 08 11:44:49 2014 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Apr 28 12:35:08 2014 -0700 |
tree | dbb6691227d1ed4981689eb846c1c9d53208e663 | |
parent | 11d3d334af07408ce3a68860c40006ddcd343da5 [diff] |
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>