From: Guennadi Liakhovetski Date: Tue, 7 Jun 2011 09:24:32 +0000 (-0300) Subject: [media] V4L: soc-camera: remove several now unused soc-camera client operations X-Git-Tag: v3.1-rc1~116^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8318a64b892a4de629c3365b3acd8f7d2d7e6100;p=pandora-kernel.git [media] V4L: soc-camera: remove several now unused soc-camera client operations This patch removes .enum_input(), .suspend() and .resume() soc-camera client operations. Functionality, provided by .enum_input(), if needed, can be implemented using the v4l2-subdev API. As for .suspend() and .resume(), the only client driver, implementing these methods has been mt9m111, and the only host driver, using them has been pxa-camera. Now that both those drivers have been converted to the standard subdev .s_power() operation, .suspend() and .resume() can be removed. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed