Sfoglia il codice sorgente

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: Ie8f54d07767b1c12b36f381c0f951b15953d9e7c
Signed-off-by: Vijay Kumar Tumati <[email protected]>
(cherry picked from commit 8f51e330a824ec89b32d60ae501ac3edaba7ed2c)
Vijay Kumar Tumati 1 anno fa
parent
commit
262502722c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      drivers/cam_utils/cam_compat.h

+ 0 - 1
drivers/cam_utils/cam_compat.h

@@ -45,7 +45,6 @@ MODULE_IMPORT_NS(DMA_BUF);
 #endif
 
 #ifdef CONFIG_DOMAIN_ID_SECURE_CAMERA
-#include <linux/smcinvoke.h>
 #include <linux/IClientEnv.h>
 #include <linux/ITrustedCameraDriver.h>
 #include <linux/CTrustedCameraDriver.h>