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>
This commit is contained in:

committed by
Nilaan Gunabalachandran

parent
bb6569b1ab
commit
790eda032e
@@ -10,7 +10,6 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/clk.h>
|
||||
#include <drm/drmP.h>
|
||||
|
||||
#define MAX_STRING_LEN 32
|
||||
#define MAX_DSI_CTRL 2
|
||||
|
@@ -11,7 +11,6 @@
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/of_device.h>
|
||||
#include <linux/firmware.h>
|
||||
#include <drm/drmP.h>
|
||||
#include <drm/drm_crtc.h>
|
||||
#include <drm/drm_bridge.h>
|
||||
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#define _DSI_DRM_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <drm/drmP.h>
|
||||
#include <drm/drm_crtc.h>
|
||||
|
||||
#include "msm_drv.h"
|
||||
|
Reference in New Issue
Block a user