disp: msm: drmP.h removed, add new headers

Commit ("drm: delete drmP.h + drm_os_linux.h") removes the
drmP header file. This changes updates the msm driver
by adding the individually required header files.

Change-Id: I360aa028c2ce75317d33da988b36164041177014
Signed-off-by: Samantha Tran <samtran@codeaurora.org>
Signed-off-by: Nilaan Gunabalachandran <ngunabal@codeaurora.org>
Dieser Commit ist enthalten in:
Samantha Tran
2020-09-18 10:17:14 -07:00
committet von Nilaan Gunabalachandran
Ursprung bb6569b1ab
Commit 790eda032e
21 geänderte Dateien mit 15 neuen und 13 gelöschten Zeilen

Datei anzeigen

@@ -38,13 +38,13 @@
#include <linux/sizes.h>
#include <linux/kthread.h>
#include <drm/drmP.h>
#include <drm/drm_atomic.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_plane_helper.h>
#include <drm/drm_fb_helper.h>
#include <drm/msm_drm.h>
#include <drm/sde_drm.h>
#include <drm/drm_file.h>
#include <drm/drm_gem.h>
#include <drm/drm_dsc.h>
#include <drm/drm_bridge.h>