diff options
Diffstat (limited to 'drivers/media/platform/coda/coda.h')
-rw-r--r-- | drivers/media/platform/coda/coda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index 96532b06bd9e..6cda81e4163a 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h | |||
@@ -138,7 +138,7 @@ struct coda_buffer_meta { | |||
138 | struct list_head list; | 138 | struct list_head list; |
139 | u32 sequence; | 139 | u32 sequence; |
140 | struct v4l2_timecode timecode; | 140 | struct v4l2_timecode timecode; |
141 | struct timeval timestamp; | 141 | u64 timestamp; |
142 | u32 start; | 142 | u32 start; |
143 | u32 end; | 143 | u32 end; |
144 | }; | 144 | }; |