]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6bfaf00a7d7e4732613617e64cb784da2f782df3
treeacfbdfcdb6d2d69cea7dedd3db47b30917f771fa
parent4d5437c740a5966b187ebd59f6d30e5ded873981
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