drm/tegra: Clean up GPIO includes
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Apr 2020 12:24:27 +0000 (14:24 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 17 Apr 2020 15:16:22 +0000 (17:16 +0200)
commitac2caae61e566dc0a45ac264f5484e619366ce42
treeacfbdfcdb6d2d69cea7dedd3db47b30917f771fa
parent693774995595b40ae74264216f933224021f4577
drm/tegra: Clean up GPIO includes

The Tegra DRM drivers includes the legacy GPIO headers
<linux/gpio.h> and <linux/of_gpio.h> but what it really
uses is <linux/gpio/consumer.h> since only gpio_desc
structs are ever referenced.

Include the right header on the top level tegra/drm.h
file and drop all the surplus includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200415122427.111769-1-linus.walleij@linaro.org
drivers/gpu/drm/tegra/dpaux.c
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/hdmi.c
drivers/gpu/drm/tegra/sor.c