commit | 9e1b487bb494f1fd45ce4952aa665ba1611d34b4 | [log] [tgz] |
---|---|---|
author | William Breathitt Gray <vilhelm.gray@gmail.com> | Mon Jan 30 09:40:26 2017 -0500 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 01 15:59:21 2017 +0100 |
tree | 74bbbf79a8278629e6e8fe0ac59b421fba39439f | |
parent | 232a448706a2ad102b3689687c1ba99e67847e68 [diff] |
gpio: ws16c48: Remove unnecessary driver_data set Setting driver_data was necessary to access private data in the ws16c48_remove function. Now that the ws16c48_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>