From 6c0cb0fbce256665034c023ac6fb7a67b294172e Mon Sep 17 00:00:00 2001 From: Kenneth Aafloy Date: Mon, 12 Jul 2004 18:19:36 +0000 Subject: Missing header change for: - Properly lock the frontend module on open/close. --- linux/drivers/media/dvb/dvb-core/dvb_frontend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux') 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, -- cgit v1.2.3