diff options
| author | Lakshmi Narayana Kalavala <lkalaval@codeaurora.org> | 2016-02-08 17:31:03 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:48:08 -0700 |
| commit | a47c5d50760d973fae6206169d8bf3ff038c647b (patch) | |
| tree | 9fe5312cc7fbc19126f2bae89575f25f4cc1122b /include/uapi | |
| parent | 12d7df3314bf94ce93153eb1133cd9b24d46c918 (diff) | |
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 <seemanta@codeaurora.org>
Signed-off-by: Lakshmi Narayana Kalavala <lkalaval@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/Kbuild | 1 | ||||
| -rw-r--r-- | include/uapi/media/Kbuild | 4 |
2 files changed, 1 insertions, 4 deletions
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 a13645e1d8c7..ec4f06a98d72 100644 --- a/include/uapi/media/Kbuild +++ b/include/uapi/media/Kbuild @@ -7,14 +7,10 @@ header-y += msm_gestures.h header-y += msm_isp.h 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 header-y += msmb_isp.h header-y += msmb_ispif.h header-y += msmb_pproc.h -header-y += radio-iris.h -header-y += radio-iris-commands.h |
