diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2021-03-15 14:41:26 +0800 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2021-03-29 19:53:23 +0900 |
commit | 6161a435c1910d07ee00cc25af010889010e1f08 (patch) | |
tree | 132661dac98f21af1c28631e5e1e7569e4022897 /drivers | |
parent | 09d78dde88ef95a27b54a6e450ee700ccabdf39d (diff) | |
download | linux-6161a435c1910d07ee00cc25af010889010e1f08.tar.bz2 |
drm/exynos/decon5433: Remove the unused include statements
This driver doesn't reference of_gpio.h, so drop it.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c index 1f79bc2a881e..1510e4e2973c 100644 --- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c @@ -13,7 +13,6 @@ #include <linux/irq.h> #include <linux/mfd/syscon.h> #include <linux/of_device.h> -#include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/regmap.h> |