Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142462
b: refs/heads/master
c: ff1a3eb
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Klimov authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 414e2c3 commit 1670f51
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 156 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65d9ff9c85d3c2e06d22aed78efee8404563eff6
refs/heads/master: ff1a3ebb9cd9baecd167500c660bd76129b67b1c
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-aimslab.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,20 +355,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int rtrack_open(struct file *file)
{
return 0;
}

static int rtrack_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations rtrack_fops = {
.owner = THIS_MODULE,
.open = rtrack_open,
.release = rtrack_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-aztech.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,20 +318,8 @@ static int vidioc_s_ctrl(struct file *file, void *priv,
return -EINVAL;
}

static int aztech_open(struct file *file)
{
return 0;
}

static int aztech_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations aztech_fops = {
.owner = THIS_MODULE,
.open = aztech_open,
.release = aztech_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-gemtek-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,20 +356,8 @@ static struct pci_device_id gemtek_pci_id[] =

MODULE_DEVICE_TABLE(pci, gemtek_pci_id);

static int gemtek_pci_open(struct file *file)
{
return 0;
}

static int gemtek_pci_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations gemtek_pci_fops = {
.owner = THIS_MODULE,
.open = gemtek_pci_open,
.release = gemtek_pci_release,
.ioctl = video_ioctl2,
};

Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/media/radio/radio-gemtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,20 +375,9 @@ static int gemtek_probe(struct gemtek *gt)
/*
* Video 4 Linux stuff.
*/
static int gemtek_open(struct file *file)
{
return 0;
}

static int gemtek_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations gemtek_fops = {
.owner = THIS_MODULE,
.open = gemtek_open,
.release = gemtek_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-maestro.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,20 +292,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int maestro_open(struct file *file)
{
return 0;
}

static int maestro_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations maestro_fops = {
.owner = THIS_MODULE,
.open = maestro_open,
.release = maestro_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-maxiradio.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,20 +339,8 @@ static int vidioc_s_ctrl(struct file *file, void *priv,
return -EINVAL;
}

static int maxiradio_open(struct file *file)
{
return 0;
}

static int maxiradio_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations maxiradio_fops = {
.owner = THIS_MODULE,
.open = maxiradio_open,
.release = maxiradio_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-rtrack2.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int rtrack2_open(struct file *file)
{
return 0;
}

static int rtrack2_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations rtrack2_fops = {
.owner = THIS_MODULE,
.open = rtrack2_open,
.release = rtrack2_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-sf16fmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int fmi_open(struct file *file)
{
return 0;
}

static int fmi_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations fmi_fops = {
.owner = THIS_MODULE,
.open = fmi_open,
.release = fmi_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-sf16fmr2.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,20 +377,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int fmr2_open(struct file *file)
{
return 0;
}

static int fmr2_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations fmr2_fops = {
.owner = THIS_MODULE,
.open = fmr2_open,
.release = fmr2_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-terratec.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,20 +332,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int terratec_open(struct file *file)
{
return 0;
}

static int terratec_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations terratec_fops = {
.owner = THIS_MODULE,
.open = terratec_open,
.release = terratec_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-trust.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,20 +338,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int trust_open(struct file *file)
{
return 0;
}

static int trust_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations trust_fops = {
.owner = THIS_MODULE,
.open = trust_open,
.release = trust_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,20 +314,8 @@ static int vidioc_log_status(struct file *file, void *priv)
return 0;
}

static int typhoon_open(struct file *file)
{
return 0;
}

static int typhoon_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations typhoon_fops = {
.owner = THIS_MODULE,
.open = typhoon_open,
.release = typhoon_release,
.ioctl = video_ioctl2,
};

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/media/radio/radio-zoltrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,21 +370,9 @@ static int vidioc_s_audio(struct file *file, void *priv,
return a->index ? -EINVAL : 0;
}

static int zoltrix_open(struct file *file)
{
return 0;
}

static int zoltrix_release(struct file *file)
{
return 0;
}

static const struct v4l2_file_operations zoltrix_fops =
{
.owner = THIS_MODULE,
.open = zoltrix_open,
.release = zoltrix_release,
.ioctl = video_ioctl2,
};

Expand Down

0 comments on commit 1670f51

Please sign in to comment.