diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index fe6ccdfa9d48..ad4de64e04d3 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1276,8 +1276,8 @@ struct v4l2_streamparm | |||
1276 | 1276 | ||
1277 | /* VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER */ | 1277 | /* VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER */ |
1278 | struct v4l2_register { | 1278 | struct v4l2_register { |
1279 | __u64 reg; | ||
1279 | __u32 i2c_id; /* I2C driver ID of the I2C chip, or 0 for the host */ | 1280 | __u32 i2c_id; /* I2C driver ID of the I2C chip, or 0 for the host */ |
1280 | __u32 reg; | ||
1281 | __u32 val; | 1281 | __u32 val; |
1282 | }; | 1282 | }; |
1283 | 1283 | ||