From: Sam Ravnborg Date: Tue, 8 Jan 2019 19:29:39 +0000 (+0100) Subject: drm: remove drmP.h from drm_gem_cma_helper.h X-Git-Tag: v5.1-rc1~117^2~23^2~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=785cabaae94e23954d0cb93aad1ac1214606be7d;p=thirdparty%2Flinux.git drm: remove drmP.h from drm_gem_cma_helper.h With all dependencies fixed we can now remove drmP.h from drm_gem_cma_helper.h. It is replaced by the include files required, or forward declarations as appropritate. Signed-off-by: Sam Ravnborg Acked-by: Noralf Trønnes Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sean Paul Cc: David Airlie Cc: Daniel Vetter Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190108192939.15255-13-sam@ravnborg.org --- diff --git a/include/drm/drm_gem_cma_helper.h b/include/drm/drm_gem_cma_helper.h index 07c504940ba16..947ac95eb24a9 100644 --- a/include/drm/drm_gem_cma_helper.h +++ b/include/drm/drm_gem_cma_helper.h @@ -2,9 +2,12 @@ #ifndef __DRM_GEM_CMA_HELPER_H__ #define __DRM_GEM_CMA_HELPER_H__ -#include +#include +#include #include +struct drm_mode_create_dumb; + /** * struct drm_gem_cma_object - GEM object backed by CMA memory allocations * @base: base GEM object