From: Sylwester Nawrocki Date: Tue, 9 Apr 2013 14:11:58 +0000 (-0300) Subject: [media] exynos4-is: Make fimc-lite independent of struct fimc_sensor_info X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8f0629f53bb198ed00c2c54cf80cc2be95acab;p=pandora-kernel.git [media] exynos4-is: Make fimc-lite independent of struct fimc_sensor_info Make the sensor subdevs host_data hold a pointer to struct fimc_source_info, which is defined in the driver's public header, rather than a pointer to struct fimc_sensor_info which is specific to exynos4-is media device driver. The purpose of this change is to allow easier reuse of the fimc-lite module in the exynos5-is driver, which should similarly store a pointer to struct fimc_source_info instance in the sensor's subdev host_data. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed