diff options
author | Dave Airlie <airlied@redhat.com> | 2021-04-01 06:30:49 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-04-01 06:31:11 +0300 |
commit | 7344c82777a753c87973b1554899592390a95781 (patch) | |
tree | 25a1a370ce25dad775487582c3a31d913b466c34 | |
parent | a5e13c6df0e41702d2b2c77c8ad41677ebb065b3 (diff) | |
parent | 6161a435c1910d07ee00cc25af010889010e1f08 (diff) | |
download | linux-7344c82777a753c87973b1554899592390a95781.tar.xz |
Merge tag 'exynos-drm-fixes-for-v5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes
Just one cleanup which drops of_gpio.h inclusion.
- This header file isn't used anymore so drop it.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1617016858-14081-1-git-send-email-inki.dae@samsung.com
-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> |