Commit 09381164 authored by Mikhail Rudenko's avatar Mikhail Rudenko Committed by Mauro Carvalho Chehab

media: i2c: ov4689: Remove max_fps field from struct ov4689_mode

max_fps field of struct ov4689_mode is unused in this driver, so
remove it.
Signed-off-by: default avatarMikhail Rudenko <mike.rudenko@gmail.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 47e4cf3d
...@@ -60,7 +60,6 @@ struct ov4689_mode { ...@@ -60,7 +60,6 @@ struct ov4689_mode {
enum ov4689_mode_id id; enum ov4689_mode_id id;
u32 width; u32 width;
u32 height; u32 height;
u32 max_fps;
u32 hts_def; u32 hts_def;
u32 vts_def; u32 vts_def;
u32 exp_def; u32 exp_def;
...@@ -237,7 +236,6 @@ static const struct ov4689_mode supported_modes[] = { ...@@ -237,7 +236,6 @@ static const struct ov4689_mode supported_modes[] = {
.sensor_height = 1536, .sensor_height = 1536,
.crop_top = 8, .crop_top = 8,
.crop_left = 16, .crop_left = 16,
.max_fps = 30,
.exp_def = 1536, .exp_def = 1536,
.hts_def = 4 * 2574, .hts_def = 4 * 2574,
.vts_def = 1554, .vts_def = 1554,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment