commit | 232a448706a2ad102b3689687c1ba99e67847e68 | [log] [tgz] |
---|---|---|
author | William Breathitt Gray <vilhelm.gray@gmail.com> | Mon Jan 30 09:40:15 2017 -0500 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 01 15:59:20 2017 +0100 |
tree | fa772ca03f577385e9820e1cdb6c31abfcdbec66 | |
parent | c74f04d4b5b5049d6bd94bdc85a9da7b5896ca4b [diff] |
gpio: gpio-mm: Remove unnecessary driver_data set Setting driver_data was necessary to access private data in the gpiomm_remove function. Now that the gpiomm_remove function is gone, driver_data is no longer used. This patch removes the relevant code. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>