diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-08 11:43:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 00:03:10 -0300 |
commit | 5ddff43435394c1c2540fcdeed00cb54862c31bf (patch) | |
tree | dc61fc71d81cecbf2fe515da60760e94a8bc6f5c /include/media/videobuf-core.h | |
parent | 7568e3ce6710cb2c1bc1564a273e9f222efbc95e (diff) | |
download | op-kernel-dev-5ddff43435394c1c2540fcdeed00cb54862c31bf.zip op-kernel-dev-5ddff43435394c1c2540fcdeed00cb54862c31bf.tar.gz |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index 96949e3..9bae5a2 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); |