diff options
Diffstat (limited to 'drivers/media/video/tcm825x.h')
-rw-r--r-- | drivers/media/video/tcm825x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tcm825x.h b/drivers/media/video/tcm825x.h index 966765b66b3a..770ebacfa344 100644 --- a/drivers/media/video/tcm825x.h +++ b/drivers/media/video/tcm825x.h | |||
@@ -182,6 +182,7 @@ struct tcm825x_platform_data { | |||
182 | int (*needs_reset)(struct v4l2_int_device *s, void *buf, | 182 | int (*needs_reset)(struct v4l2_int_device *s, void *buf, |
183 | struct v4l2_pix_format *fmt); | 183 | struct v4l2_pix_format *fmt); |
184 | int (*ifparm)(struct v4l2_ifparm *p); | 184 | int (*ifparm)(struct v4l2_ifparm *p); |
185 | int (*is_upside_down)(void); | ||
185 | }; | 186 | }; |
186 | 187 | ||
187 | /* Array of image sizes supported by TCM825X. These must be ordered from | 188 | /* Array of image sizes supported by TCM825X. These must be ordered from |