diff options
Diffstat (limited to 'drivers/media/radio/radio-wl1273.c')
-rw-r--r-- | drivers/media/radio/radio-wl1273.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c index 02151e0e6e63..97c2c18803ef 100644 --- a/drivers/media/radio/radio-wl1273.c +++ b/drivers/media/radio/radio-wl1273.c | |||
@@ -1559,7 +1559,7 @@ out: | |||
1559 | } | 1559 | } |
1560 | 1560 | ||
1561 | static int wl1273_fm_vidioc_s_tuner(struct file *file, void *priv, | 1561 | static int wl1273_fm_vidioc_s_tuner(struct file *file, void *priv, |
1562 | struct v4l2_tuner *tuner) | 1562 | const struct v4l2_tuner *tuner) |
1563 | { | 1563 | { |
1564 | struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); | 1564 | struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); |
1565 | struct wl1273_core *core = radio->core; | 1565 | struct wl1273_core *core = radio->core; |
@@ -1640,7 +1640,7 @@ static int wl1273_fm_vidioc_g_frequency(struct file *file, void *priv, | |||
1640 | } | 1640 | } |
1641 | 1641 | ||
1642 | static int wl1273_fm_vidioc_s_frequency(struct file *file, void *priv, | 1642 | static int wl1273_fm_vidioc_s_frequency(struct file *file, void *priv, |
1643 | struct v4l2_frequency *freq) | 1643 | const struct v4l2_frequency *freq) |
1644 | { | 1644 | { |
1645 | struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); | 1645 | struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); |
1646 | struct wl1273_core *core = radio->core; | 1646 | struct wl1273_core *core = radio->core; |