Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65815
b: refs/heads/master
c: 66cfaef
h: refs/heads/master
i:
  65813: 02530a9
  65811: 885d317
  65807: 964be68
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 727aaf3 commit 365b0fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: effa0b08633122cc63d2b7f098434d359d5767ef
refs/heads/master: 66cfaeff95d20d1377b4fa3d2c6aa7c29d832941
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/ivtv/ivtv-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <linux/console.h>
#include <linux/bitops.h>
#include <linux/pagemap.h>
#include <linux/matroxfb.h>
#include <media/ivtv-fb.h>

#include <asm/io.h>
#include <asm/ioctl.h>
Expand All @@ -59,7 +59,6 @@
#include "ivtv-driver.h"
#include "ivtv-udma.h"
#include "ivtv-mailbox.h"
#include <media/ivtv-fb.h>

/* card parameters */
static int ivtv_fb_card_id = -1;
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/media/ivtv-fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ struct ivtvfb_dma_frame {
int count;
};

#define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
#define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t)

#endif

0 comments on commit 365b0fe

Please sign in to comment.