Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107889
b: refs/heads/master
c: dfb9aff
h: refs/heads/master
i:
  107887: 20442c9
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Aug 6, 2008
1 parent b50a879 commit 6719e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 886f8d678a28882c193c2886c7280c0eccd8c9dd
refs/heads/master: dfb9aff025c4c874f9169e2fd690ce6fee2309fe
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/arv.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/sched.h>
#include <linux/videodev.h>
#include <media/v4l2-common.h>
#include <media/v4l2-ioctl.h>
#include <linux/mutex.h>

#include <asm/uaccess.h>
Expand Down Expand Up @@ -755,7 +756,6 @@ static const struct file_operations ar_fops = {

static struct video_device ar_template = {
.name = "Colour AR VGA",
.type = VID_TYPE_CAPTURE,
.fops = &ar_fops,
.release = ar_release,
.minor = -1,
Expand Down

0 comments on commit 6719e24

Please sign in to comment.