gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chip
authorAxel Lin <axel.lin@ingics.com>
Mon, 22 Feb 2016 07:24:01 +0000 (15:24 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Mar 2016 03:43:09 +0000 (10:43 +0700)
commitcd0d3f58a0ca05773c29b5e5b82f075b607777ba
tree47af7eaebdd4417ae2f43fda12e8364088c68925
parentfa4007ca06e4c808b002067c2ea02a9bebdc044b
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>
drivers/gpio/gpio-mpc8xxx.c