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

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

Signed-off-by: Eric Nelson <eric@nelint.com>
Acked-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Purna Chandra Mandal <purna.mandal@microchip.com>
drivers/gpio/pic32_gpio.c