iio: apds9960: Drop GPIO includes
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 2 Dec 2019 08:24:52 +0000 (09:24 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Dec 2019 11:42:15 +0000 (11:42 +0000)
commit7544cd4c8ab72f9a18d3828a10524ce9740858a1
tree666536c7f5245d3014e87181f936c41f801b53a2
parent340db461f9acbd3621aad8f1ffca811847aa0165
iio: apds9960: Drop GPIO includes

The driver includes <linux/gpio.h> and <linux/of_gpio.h> yet
fails to use symbols from any of the include files, so drop
these includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/apds9960.c