gpio: pl061: delete platform data handling
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Nov 2016 10:02:19 +0000 (11:02 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Dec 2016 14:22:50 +0000 (15:22 +0100)
commit6da7b0dd517592e12966af7ec55eecf6ebd2c589
tree52c50bad64f85aab32b3f2030e7603ecc232ef59
parent562b488443f658151abc9732e1a9762e27c694a0
gpio: pl061: delete platform data handling

Platform data is a remnant of board files and all boards using
the PL061 have been migrated to use device tree or ACPI instead.
The custom mechanism to set line by default as inputs/outputs has
been superceded by the GPIO-internal hogging mechanism.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pl061.c