diff options
author | Kenneth Aafloy <devnull@localhost> | 2004-07-12 18:19:36 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2004-07-12 18:19:36 +0000 |
commit | 6c0cb0fbce256665034c023ac6fb7a67b294172e (patch) | |
tree | dec4b5e0bfc87c89b16a90fa8f0e75234ba9f5bf /linux | |
parent | bcfcd8a4a5a3ab5bac73391be855e5770379d504 (diff) | |
download | mediapointer-dvb-s2-6c0cb0fbce256665034c023ac6fb7a67b294172e.tar.gz mediapointer-dvb-s2-6c0cb0fbce256665034c023ac6fb7a67b294172e.tar.bz2 |
Missing header change for:
- Properly lock the frontend module on open/close.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_frontend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.h b/linux/drivers/media/dvb/dvb-core/dvb_frontend.h index ca41b4a2a..d8608d4c3 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.h +++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.h @@ -97,7 +97,8 @@ dvb_register_frontend_new (int (*ioctl) (struct dvb_frontend *frontend, unsigned int cmd, void *arg), struct dvb_adapter *dvb_adapter, void *data, - struct dvb_frontend_info *info); + struct dvb_frontend_info *info, + struct module *module); extern int dvb_unregister_frontend_new (int (*ioctl) (struct dvb_frontend *frontend, |