]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9f9dfee807313ffde632613fad1ca359c090f8b
tree47af7eaebdd4417ae2f43fda12e8364088c68925
parenta86dfdadd1d0e9a1d417a7581abf9f7ce7ef6da6
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