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

With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass,
the intel_broadwell 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/intel_broadwell_gpio.c