diff options
| author | Michael Hunold <devnull@localhost> | 2004-08-24 16:12:55 +0000 |
|---|---|---|
| committer | Michael Hunold <devnull@localhost> | 2004-08-24 16:12:55 +0000 |
| commit | a30c4341e56cf7b4bec3effe65f4e6e8d5c90d8f (patch) | |
| tree | 28f0fbfd79c12b84b988548b23a68be84ff1a9eb /linux/drivers/media/dvb/vp7041 | |
| parent | 210c9b82e8ef3cde258bc506cfdff6472a1fc0ad (diff) | |
| download | mediapointer-dvb-s2-a30c4341e56cf7b4bec3effe65f4e6e8d5c90d8f.tar.gz mediapointer-dvb-s2-a30c4341e56cf7b4bec3effe65f4e6e8d5c90d8f.tar.bz2 | |
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
Diffstat (limited to 'linux/drivers/media/dvb/vp7041')
| -rw-r--r-- | linux/drivers/media/dvb/vp7041/vp7041.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/vp7041/vp7041.c b/linux/drivers/media/dvb/vp7041/vp7041.c index 750441dec..9742d97d9 100644 --- a/linux/drivers/media/dvb/vp7041/vp7041.c +++ b/linux/drivers/media/dvb/vp7041/vp7041.c @@ -824,7 +824,7 @@ static int vp7041_frontend_init(struct usb_vp7041 *vp) static void vp7041_frontend_exit(struct usb_vp7041 *vp) { - dvb_unregister_frontend_new(vp7041_ioctl, vp->adapter); + dvb_unregister_frontend(vp7041_ioctl, vp->adapter); } static int vp7041_exit (struct usb_vp7041 *vp) |
