gpio: omap: remove gpio_xlate routine
authorEric Nelson <eric@nelint.com>
Wed, 20 Apr 2016 15:37:36 +0000 (08:37 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commit86222f6140895e451eafefc25437a33fa394dba5
tree05df9716e336bad79391ad39e0d3ba9b4556e8dc
parent8376aaddaf29b5ec296759f2b374cf940b932962
gpio: omap: remove gpio_xlate routine

With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass,
the omap gpio driver doesn't need a custom xlate routine.

Signed-off-by: Eric Nelson <eric@nelint.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/gpio/omap_gpio.c