aboutsummaryrefslogtreecommitdiff
path: root/include/media/videobuf-core.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-10-08 11:43:49 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-10 00:03:10 -0300
commit5ddff43435394c1c2540fcdeed00cb54862c31bf (patch)
treedc61fc71d81cecbf2fe515da60760e94a8bc6f5c /include/media/videobuf-core.h
parent7568e3ce6710cb2c1bc1564a273e9f222efbc95e (diff)
V4L/DVB (6290): remove videobuf_set_pci_ops
Before the videobuf redesign, a procedure for re-using videobuf without PCI scatter/gather where provided by changing the pci-dependent operations by other operations. With the newer approach, those methods are obsolete and can safelly be removed. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/videobuf-core.h')
-rw-r--r--include/media/videobuf-core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index 96949e31eaf..9bae5a2eda6 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -173,9 +173,6 @@ struct videobuf_queue {
/* driver private data */
void *priv_data;
-
- /*FIXME: should be removed after completing the vb conversion */
- void *priv_ops;
};
int videobuf_waiton(struct videobuf_buffer *vb, int non_blocking, int intr);