From 16839d2e8aa24de6c0151fcbd57905599f48a81e Mon Sep 17 00:00:00 2001 From: GG Hou Date: Thu, 28 Jul 2022 16:30:14 +0800 Subject: [PATCH] disp: msm: include delay.h for udelay and usleep_range This change includes linux/delay.h to import the udelay and usleep_range APIs. Change-Id: I6ed406cb0f83aebf682420a53b44da72d7ec0456 Signed-off-by: GG Hou Signed-off-by: Nilaan Gunabalachandran --- msm/msm_drv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/msm/msm_drv.h b/msm/msm_drv.h index 3ef6dc1252..313e183f84 100644 --- a/msm/msm_drv.h +++ b/msm/msm_drv.h @@ -39,6 +39,7 @@ #include #include #include +#include #include #include