Skip to content

Commit 9f2ce86

Browse files
Dr. David Alan Gilberthverkuil
authored andcommitted
media: platform: exynos4-is: Remove unused __is_get_frame_size
The last use of __is_get_frame_size() was removed in 2013 by commit 5cfaad6 ("[media] exynos4-is: Fix format propagation on FIMC-IS-ISP subdev") Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 1221989 commit 9f2ce86

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

drivers/media/platform/samsung/exynos4-is/fimc-is-param.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,6 @@ int __is_hw_update_params(struct fimc_is *is)
204204
return ret;
205205
}
206206

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-
216207
void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf)
217208
{
218209
unsigned int index = is->config_index;

drivers/media/platform/samsung/exynos4-is/fimc-is-param.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ void fimc_is_set_initial_params(struct fimc_is *is);
994994
unsigned int __get_pending_param_count(struct fimc_is *is);
995995

996996
int __is_hw_update_params(struct fimc_is *is);
997-
void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf);
998997
void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf);
999998
void __is_set_sensor(struct fimc_is *is, int fps);
1000999
void __is_set_isp_aa_ae(struct fimc_is *is);

0 commit comments

Comments
 (0)