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>
这个提交包含在:
Samantha Tran
2020-09-18 10:17:14 -07:00
提交者 Nilaan Gunabalachandran
父节点 bb6569b1ab
当前提交 790eda032e
修改 21 个文件,包含 15 行新增13 行删除

查看文件

@@ -14,10 +14,11 @@
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/of_platform.h>
#include <linux/delay.h>
#include <linux/uaccess.h>
#include <linux/module.h>
#include <soc/qcom/rpmh.h>
#include <drm/drmP.h>
#include <drm/drm_irq.h>
#include "sde_rsc_priv.h"
#include "sde_dbg.h"