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/frontends/alps_tdmb7.c | |
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/frontends/alps_tdmb7.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/alps_tdmb7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/alps_tdmb7.c b/linux/drivers/media/dvb/frontends/alps_tdmb7.c index 4802964f9..e07db4bb1 100644 --- a/linux/drivers/media/dvb/frontends/alps_tdmb7.c +++ b/linux/drivers/media/dvb/frontends/alps_tdmb7.c @@ -467,7 +467,7 @@ static int detach_client (struct i2c_client *client) dprintk ("%s\n", __FUNCTION__); - dvb_unregister_frontend_new (tdmb7_ioctl, state->dvb); + dvb_unregister_frontend (tdmb7_ioctl, state->dvb); i2c_detach_client(client); BUG_ON(state->dvb); kfree(client); |