[PORT FROM R2] atomisp: remove unused types from atomisp.h
authorJozef Kruger <jozef.kruger@intel.com>
Wed, 30 Nov 2011 20:23:47 +0000 (12:23 -0800)
committerbuildbot <buildbot@intel.com>
Mon, 19 Dec 2011 13:37:07 +0000 (05:37 -0800)
commit1fb6e0accb602acb355716e3ab05354c95a35a75
tree9f86ff6d30ea7197b6031f0e4fa6f97293f481e0
parentcece0973dcfca3fb24310098d7f44a81a2fb438a
[PORT FROM R2] atomisp: remove unused types from atomisp.h

BZ: 17272

This patch removes types from atomisp.h that are not used in atomisp.h itself.
The use of the atomisp_frame structure is replaced by v4l2_framebuffer which was
introduced in v4l2 for exactly this use case. Also, since this is a v4l2 driver,
we should use v4l2 constructs for frames, not introduce our own.

This makes the atomisp interface smaller and easier to document.

Change-Id: I819ba895ec9042145252eb0e869bd7109b3b5ae8
Orig-Change-Id: I2ffd39c3566bf86148dbdaaafe372ae15df1f345
Signed-off-by: Jozef Kruger <jozef.kruger@intel.com>
Reviewed-on: http://android.intel.com:8080/25736
Reviewed-by: Wang, Wen W <wen.w.wang@intel.com>
Reviewed-by: Cohen, David A <david.a.cohen@intel.com>
Tested-by: Ilvonen, Ville <ville.ilvonen@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Reviewed-on: http://android.intel.com:8080/28047
Reviewed-by: Tuominen, TeemuX <teemux.tuominen@intel.com>
Reviewed-by: Koski, Anttu <anttu.koski@intel.com>
Tested-by: Koski, Anttu <anttu.koski@intel.com>
drivers/media/video/atomisp/atomisp_cmd.c
drivers/media/video/atomisp/atomisp_cmd.h
drivers/media/video/atomisp/atomisp_ioctl.c
include/linux/atomisp.h
include/linux/atomisp_platform.h