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>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user