diff options
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_hdmi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index a6aea6f3ea1a..e1c53956aa27 100644 --- a/drivers/gpu/drm/exynos/exynos_hdmi.c +++ b/drivers/gpu/drm/exynos/exynos_hdmi.c | |||
@@ -14,9 +14,9 @@ | |||
14 | * | 14 | * |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "drmP.h" | 17 | #include <drm/drmP.h> |
18 | #include "drm_edid.h" | 18 | #include <drm/drm_edid.h> |
19 | #include "drm_crtc_helper.h" | 19 | #include <drm/drm_crtc_helper.h> |
20 | 20 | ||
21 | #include "regs-hdmi.h" | 21 | #include "regs-hdmi.h" |
22 | 22 | ||