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-08 11:43:49 -0300 |
commit | ed125248d5e3b3b468befa39596c4bf7fb66fb0c (patch) | |
tree | ef6e0e0fc27814bd20f5a210756edd4ed85fe702 /linux/include/media/videobuf-core.h | |
parent | acd993ba502f745b63b89ef1101e978a103f52e6 (diff) | |
download | mediapointer-dvb-s2-ed125248d5e3b3b468befa39596c4bf7fb66fb0c.tar.gz mediapointer-dvb-s2-ed125248d5e3b3b468befa39596c4bf7fb66fb0c.tar.bz2 |
remove videobuf_set_pci_ops
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 'linux/include/media/videobuf-core.h')
-rw-r--r-- | linux/include/media/videobuf-core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/include/media/videobuf-core.h b/linux/include/media/videobuf-core.h index cf0759cb2..6e67c2c26 100644 --- a/linux/include/media/videobuf-core.h +++ b/linux/include/media/videobuf-core.h @@ -177,9 +177,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); |