From e29112a1f720d8c0e1f5d13d1f5bf8cae640868e Mon Sep 17 00:00:00 2001 From: Lakshmi Narayana Kalavala Date: Mon, 8 Feb 2016 17:31:03 -0800 Subject: msm: camera: Update camera drivers Add changes to update camera drivers to: 1. Update necessary Kconfig files to support camera driver compilation. 2. Support minor changes to V4L framework. 3. Export uapi headers to header_install export location. Signed-off-by: Seemanta Dutta Signed-off-by: Lakshmi Narayana Kalavala --- include/uapi/Kbuild | 1 + include/uapi/media/Kbuild | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'include/uapi') diff --git a/include/uapi/Kbuild b/include/uapi/Kbuild index 245aa6e05e6a..aeb3366db4fc 100644 --- a/include/uapi/Kbuild +++ b/include/uapi/Kbuild @@ -13,3 +13,4 @@ header-y += drm/ header-y += xen/ header-y += scsi/ header-y += misc/ +header-y += media/ diff --git a/include/uapi/media/Kbuild b/include/uapi/media/Kbuild index 83177391c4fd..b9472dd4d2c1 100644 --- a/include/uapi/media/Kbuild +++ b/include/uapi/media/Kbuild @@ -9,7 +9,6 @@ header-y += msm_jpeg.h header-y += msm_jpeg_dma.h header-y += msm_media_info.h header-y += msm_mercury.h -header-y += msm_vidc.h header-y += msm_vpu.h header-y += msmb_camera.h header-y += msmb_generic_buf_mgr.h @@ -17,5 +16,3 @@ header-y += msmb_isp.h header-y += msmb_ispif.h header-y += msmb_pproc.h header-y += msm_media_info.h -header-y += radio-iris.h -header-y += radio-iris-commands.h -- cgit v1.2.3