diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-15 13:35:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 05:06:12 +0200 |
commit | f2f8e8503e16985a784ed4e3fc5125fd5f86adf6 (patch) | |
tree | 5c0d1e96d4fa66739bd10ab4232f122b0fbba406 /drivers/media/radio/si470x/radio-si470x.h | |
parent | V4L/DVB: radio-si470x: remove the BKL lock used internally at the driver (diff) | |
download | linux-f2f8e8503e16985a784ed4e3fc5125fd5f86adf6.tar.xz linux-f2f8e8503e16985a784ed4e3fc5125fd5f86adf6.zip |
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, |