summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/zte/zx_tvenc.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-07-16 08:42:05 +0200
committerSam Ravnborg <sam@ravnborg.org>2019-07-17 12:52:45 +0200
commit647d295b70480cf9f3e2c2dfe87547c8d58498f1 (patch)
tree2220b28e3abcdbcc3ce29e52f27757debeae777d /drivers/gpu/drm/zte/zx_tvenc.c
parent09a56fbe8a06cb5ac184f4bbc8833b5f5ae90e05 (diff)
drm/zte: drop use of drmP.h
Drop use of the deprecated drmP.h header file. Fix fallout. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-5-sam@ravnborg.org
Diffstat (limited to 'drivers/gpu/drm/zte/zx_tvenc.c')
-rw-r--r--drivers/gpu/drm/zte/zx_tvenc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/zte/zx_tvenc.c b/drivers/gpu/drm/zte/zx_tvenc.c
index 87b5d86413d2..b404a1c799b2 100644
--- a/drivers/gpu/drm/zte/zx_tvenc.c
+++ b/drivers/gpu/drm/zte/zx_tvenc.c
@@ -11,11 +11,13 @@
#include <linux/clk.h>
#include <linux/component.h>
#include <linux/mfd/syscon.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <drm/drm_atomic_helper.h>
+#include <drm/drm_print.h>
#include <drm/drm_probe_helper.h>
-#include <drm/drmP.h>
#include "zx_drm_drv.h"
#include "zx_tvenc_regs.h"