gpio: 104-dio-48e: Remove unnecessary driver_data set
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Mon, 30 Jan 2017 14:39:37 +0000 (09:39 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2017 14:59:18 +0000 (15:59 +0100)
commit3547f1405d0346d5c10c377762a70b7090f8ed7b
tree10538f05546c3c1ffd87e0af1a97151910b270ad
parent3988d663c02fc050afddb78953e8b0cad83e9905
gpio: 104-dio-48e: Remove unnecessary driver_data set

Setting driver_data was necessary to access private data in the
dio48e_remove function. Now that the dio48e_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>
drivers/gpio/gpio-104-dio-48e.c