From: Sam Ravnborg Date: Sat, 19 Jan 2019 08:40:11 +0000 (+0100) Subject: drm/arcpgu: prepare for drmP.h removal from drm_modeset_helper.h X-Git-Tag: v5.1-rc1~117^2~17^2~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f69deb1d9a13f454f14044cc560b5b7dccb17d3;p=thirdparty%2Fkernel%2Flinux.git drm/arcpgu: 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 arcgpu to fail to build. This patch introduce the necessary fixes to prepare for the drmP.h removal from drm_modeset_helper.h. List of include files sorted alphabetically. Build tested on arm x86 and arm allmodconfig. Signed-off-by: Sam Ravnborg Acked-by: Alexey Brodkin Cc: David Airlie Cc: Daniel Vetter Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190119084014.5355-4-sam@ravnborg.org --- diff --git a/drivers/gpu/drm/arc/arcpgu_sim.c b/drivers/gpu/drm/arc/arcpgu_sim.c index 6530d88f72939..b1119bc62630d 100644 --- a/drivers/gpu/drm/arc/arcpgu_sim.c +++ b/drivers/gpu/drm/arc/arcpgu_sim.c @@ -14,8 +14,9 @@ * */ -#include #include +#include +#include #include "arcpgu.h"