소스 검색

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 년 전
부모
커밋
262502722c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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>