From ac2caae61e566dc0a45ac264f5484e619366ce42 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 15 Apr 2020 14:24:27 +0200 Subject: drm/tegra: Clean up GPIO includes The Tegra DRM drivers includes the legacy GPIO headers and but what it really uses is 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 Acked-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200415122427.111769-1-linus.walleij@linaro.org --- drivers/gpu/drm/tegra/dpaux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/drm/tegra/dpaux.c') diff --git a/drivers/gpu/drm/tegra/dpaux.c b/drivers/gpu/drm/tegra/dpaux.c index 7dfb50f65067..105fb9cdbb3b 100644 --- a/drivers/gpu/drm/tegra/dpaux.c +++ b/drivers/gpu/drm/tegra/dpaux.c @@ -5,12 +5,10 @@ #include #include -#include #include #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b