Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: platform: exynos4-is: Remove unused __is_get_frame_size

The last use of __is_get_frame_size() was removed in 2013 by
commit 5cfaad64d88a ("[media] exynos4-is: Fix format propagation on
FIMC-IS-ISP subdev")

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Dr. David Alan Gilbert and committed by
Hans Verkuil
9f2ce86a 12219895

-10
-9
drivers/media/platform/samsung/exynos4-is/fimc-is-param.c
··· 204 204 return ret; 205 205 } 206 206 207 - void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) 208 - { 209 - struct isp_param *isp; 210 - 211 - isp = &is->config[is->config_index].isp; 212 - mf->width = isp->otf_input.width; 213 - mf->height = isp->otf_input.height; 214 - } 215 - 216 207 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) 217 208 { 218 209 unsigned int index = is->config_index;
-1
drivers/media/platform/samsung/exynos4-is/fimc-is-param.h
··· 994 994 unsigned int __get_pending_param_count(struct fimc_is *is); 995 995 996 996 int __is_hw_update_params(struct fimc_is *is); 997 - void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf); 998 997 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf); 999 998 void __is_set_sensor(struct fimc_is *is, int fps); 1000 999 void __is_set_isp_aa_ae(struct fimc_is *is);