diff options
author | Mauro Carvalho Chehab | 2010-09-15 08:35:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2010-10-21 01:06:12 -0200 |
commit | f2f8e8503e16985a784ed4e3fc5125fd5f86adf6 (patch) | |
tree | 5c0d1e96d4fa66739bd10ab4232f122b0fbba406 /drivers/media/radio/si470x/radio-si470x.h | |
parent | cf9b475d5f9b58c23aca76b367f8318743d064e9 (diff) |
V4L/DVB: radio-si470x: use unlocked ioctl
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/si470x/radio-si470x.h')
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h index d3d86ba6e547..ea12782359a0 100644 --- a/drivers/media/radio/si470x/radio-si470x.h +++ b/drivers/media/radio/si470x/radio-si470x.h @@ -220,7 +220,6 @@ int si470x_disconnect_check(struct si470x_device *radio); int si470x_set_freq(struct si470x_device *radio, unsigned int freq); int si470x_start(struct si470x_device *radio); int si470x_stop(struct si470x_device *radio); -int si470x_rds_on(struct si470x_device *radio); int si470x_fops_open(struct file *file); int si470x_fops_release(struct file *file); int si470x_vidioc_querycap(struct file *file, void *priv, |