disp: msm: sde: include file.h
This change adds includes for <linux/file.h> required for the display driver in kernel 5.19. Change-Id: Ibe5401997b43844b692869ebb6d28faa7bcb7740 Signed-off-by: Nilaan Gunabalachandran <quic_ngunabal@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
61359169c5
commit
a0f3537872
@@ -14,6 +14,7 @@
|
|||||||
#include "msm_cooling_device.h"
|
#include "msm_cooling_device.h"
|
||||||
#include <linux/backlight.h>
|
#include <linux/backlight.h>
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
#include <linux/file.h>
|
||||||
#include "dsi_drm.h"
|
#include "dsi_drm.h"
|
||||||
#include "dsi_display.h"
|
#include "dsi_display.h"
|
||||||
#include "sde_crtc.h"
|
#include "sde_crtc.h"
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
#include <soc/qcom/of_common.h>
|
#include <soc/qcom/of_common.h>
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#include <linux/soc/qcom/qcom_sync_file.h>
|
#include <linux/soc/qcom/qcom_sync_file.h>
|
||||||
|
#include <linux/file.h>
|
||||||
|
|
||||||
#include "sde_kms.h"
|
#include "sde_kms.h"
|
||||||
#include "sde_hw_lm.h"
|
#include "sde_hw_lm.h"
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
#include <linux/sync_file.h>
|
#include <linux/sync_file.h>
|
||||||
#include <linux/dma-fence.h>
|
#include <linux/dma-fence.h>
|
||||||
#include <linux/dma-fence-array.h>
|
#include <linux/dma-fence-array.h>
|
||||||
|
#include <linux/file.h>
|
||||||
#include "msm_drv.h"
|
#include "msm_drv.h"
|
||||||
#include "sde_kms.h"
|
#include "sde_kms.h"
|
||||||
#include "sde_fence.h"
|
#include "sde_fence.h"
|
||||||
|
Reference in New Issue
Block a user