]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/media/videobuf-dvb.h
V4L/DVB (9271): videobuf: data storage optimisation (2)
[linux-2.6-omap-h63xx.git] / include / media / videobuf-dvb.h
index 069215c77a657e9e3404391e65796452f9a2df62..52ddda90d3f655fdb2892818f3e4c7d89171d28c 100644 (file)
@@ -25,7 +25,6 @@ struct videobuf_dvb {
 
 struct videobuf_dvb_frontend {
        struct list_head felist;
-       void *dev;
        int id;
        struct videobuf_dvb dvb;
 };
@@ -57,7 +56,7 @@ int videobuf_dvb_register_adapter(struct videobuf_dvb_frontends *f,
 
 int videobuf_dvb_register_frontend(struct dvb_adapter *adapter, struct videobuf_dvb *dvb);
 
-struct videobuf_dvb_frontend * videobuf_dvb_alloc_frontend(void *private, struct videobuf_dvb_frontends *f, int id);
+struct videobuf_dvb_frontend * videobuf_dvb_alloc_frontend(struct videobuf_dvb_frontends *f, int id);
 
 struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id);
 int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p);