commit | cd0d3f58a0ca05773c29b5e5b82f075b607777ba | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Feb 22 15:24:01 2016 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Mar 09 10:43:09 2016 +0700 |
tree | 47af7eaebdd4417ae2f43fda12e8364088c68925 | |
parent | fa4007ca06e4c808b002067c2ea02a9bebdc044b [diff] |
gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chip *read_reg and *write_reg can be removed because at all the places to call them, we can just use gc->read_reg/gc->write_reg instead. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>