diff options
Diffstat (limited to 'include/media/v4l2-common.h')
-rw-r--r-- | include/media/v4l2-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index a298ec49ddc4..4404829d48e5 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h | |||
@@ -133,7 +133,7 @@ struct v4l2_subdev *v4l2_i2c_new_subdev_board(struct v4l2_device *v4l2_dev, | |||
133 | struct i2c_adapter *adapter, struct i2c_board_info *info, | 133 | struct i2c_adapter *adapter, struct i2c_board_info *info, |
134 | const unsigned short *probe_addrs); | 134 | const unsigned short *probe_addrs); |
135 | 135 | ||
136 | /* Initialize an v4l2_subdev with data from an i2c_client struct */ | 136 | /* Initialize a v4l2_subdev with data from an i2c_client struct */ |
137 | void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client, | 137 | void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client, |
138 | const struct v4l2_subdev_ops *ops); | 138 | const struct v4l2_subdev_ops *ops); |
139 | /* Return i2c client address of v4l2_subdev. */ | 139 | /* Return i2c client address of v4l2_subdev. */ |
@@ -166,7 +166,7 @@ struct spi_device; | |||
166 | struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev, | 166 | struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev, |
167 | struct spi_master *master, struct spi_board_info *info); | 167 | struct spi_master *master, struct spi_board_info *info); |
168 | 168 | ||
169 | /* Initialize an v4l2_subdev with data from an spi_device struct */ | 169 | /* Initialize a v4l2_subdev with data from an spi_device struct */ |
170 | void v4l2_spi_subdev_init(struct v4l2_subdev *sd, struct spi_device *spi, | 170 | void v4l2_spi_subdev_init(struct v4l2_subdev *sd, struct spi_device *spi, |
171 | const struct v4l2_subdev_ops *ops); | 171 | const struct v4l2_subdev_ops *ops); |
172 | #endif | 172 | #endif |