From: Sam Ravnborg Date: Sat, 19 Jan 2019 08:40:12 +0000 (+0100) Subject: drm/bridge: cdns: prepare for drmP.h removal from drm_modeset_helper.h X-Git-Tag: v5.1-rc1~117^2~17^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6abb49402a7907294fcc14ae2a852729daed6e77;p=thirdparty%2Fkernel%2Flinux.git drm/bridge: cdns: prepare for drmP.h removal from drm_modeset_helper.h The use of drmP.h is discouraged and removal of it from drm_modeset_helper.h caused cdns to fail to build. This patch introduce the necessary fixes to prepare for the drmP.h removal from drm_modeset_helper.h. Build tested on arm x86 and arm allmodconfig. Signed-off-by: Sam Ravnborg Cc: Andrzej Hajda Cc: Laurent Pinchart Cc: David Airlie Cc: Daniel Vetter Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190119084014.5355-5-sam@ravnborg.org --- diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c index ce9496d139869..4b73d09694680 100644 --- a/drivers/gpu/drm/bridge/cdns-dsi.c +++ b/drivers/gpu/drm/bridge/cdns-dsi.c @@ -8,11 +8,13 @@ #include #include #include +#include #include #include #include