diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/videobuf-dvb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/media/videobuf-dvb.h b/include/media/videobuf-dvb.h index 47bc2c5e7ba9..1a401f7320b9 100644 --- a/include/media/videobuf-dvb.h +++ b/include/media/videobuf-dvb.h | |||
@@ -43,7 +43,8 @@ int videobuf_dvb_register_bus(struct videobuf_dvb_frontends *f, | |||
43 | struct module *module, | 43 | struct module *module, |
44 | void *adapter_priv, | 44 | void *adapter_priv, |
45 | struct device *device, | 45 | struct device *device, |
46 | short *adapter_nr); //NEW | 46 | short *adapter_nr, |
47 | int mfe_shared); | ||
47 | 48 | ||
48 | void videobuf_dvb_unregister_bus(struct videobuf_dvb_frontends *f); | 49 | void videobuf_dvb_unregister_bus(struct videobuf_dvb_frontends *f); |
49 | 50 | ||
@@ -52,7 +53,8 @@ int videobuf_dvb_register_adapter(struct videobuf_dvb_frontends *f, | |||
52 | void *adapter_priv, | 53 | void *adapter_priv, |
53 | struct device *device, | 54 | struct device *device, |
54 | char *adapter_name, | 55 | char *adapter_name, |
55 | short *adapter_nr); //NEW | 56 | short *adapter_nr, |
57 | int mfe_shared); | ||
56 | 58 | ||
57 | int videobuf_dvb_register_frontend(struct dvb_adapter *adapter, struct videobuf_dvb *dvb); | 59 | int videobuf_dvb_register_frontend(struct dvb_adapter *adapter, struct videobuf_dvb *dvb); |
58 | 60 | ||