diff options
Diffstat (limited to 'drivers/media/radio/si470x/radio-si470x-common.c')
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x-common.c b/drivers/media/radio/si470x/radio-si470x-common.c index 5708633a3d78..5c57e5b0f949 100644 --- a/drivers/media/radio/si470x/radio-si470x-common.c +++ b/drivers/media/radio/si470x/radio-si470x-common.c | |||
@@ -636,7 +636,7 @@ static int si470x_vidioc_g_tuner(struct file *file, void *priv, | |||
636 | * si470x_vidioc_s_tuner - set tuner attributes | 636 | * si470x_vidioc_s_tuner - set tuner attributes |
637 | */ | 637 | */ |
638 | static int si470x_vidioc_s_tuner(struct file *file, void *priv, | 638 | static int si470x_vidioc_s_tuner(struct file *file, void *priv, |
639 | struct v4l2_tuner *tuner) | 639 | const struct v4l2_tuner *tuner) |
640 | { | 640 | { |
641 | struct si470x_device *radio = video_drvdata(file); | 641 | struct si470x_device *radio = video_drvdata(file); |
642 | 642 | ||