From 887026f2b5300af19c539f91425e2a56e1b673ed Mon Sep 17 00:00:00 2001 From: Vijay Kumar Tumati Date: Wed, 20 Sep 2023 16:29:00 -0700 Subject: [PATCH] msm: camera: csiphy: Remove the references to a unused header The file is supposed to be included only from the userspace drivers and not from the kernel space drivers. The other files included in the camera drivers are sufficient for referencing the necessary symbols. CRs-Fixed: 3562596 Change-Id: I7261e4b9af2984fd78d5dc43bfbec6c090ad647b Signed-off-by: Vijay Kumar Tumati (cherry picked from commit b0009248708dfe13cb0fea22b43c542520db446f) --- drivers/cam_cpas/cam_cpas_intf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/cam_cpas/cam_cpas_intf.c b/drivers/cam_cpas/cam_cpas_intf.c index 160db07957..da740f0317 100644 --- a/drivers/cam_cpas/cam_cpas_intf.c +++ b/drivers/cam_cpas/cam_cpas_intf.c @@ -28,7 +28,6 @@ #include "cam_req_mgr_interface.h" #ifdef CONFIG_DYNAMIC_FD_PORT_CONFIG -#include #include #include #include