diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dst.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dst.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/dst.c b/linux/drivers/media/dvb/frontends/dst.c index 820594b90..b45541bec 100644 --- a/linux/drivers/media/dvb/frontends/dst.c +++ b/linux/drivers/media/dvb/frontends/dst.c @@ -30,7 +30,6 @@ #include <asm/div64.h> #include "dvb_frontend.h" -#include "dvb_functions.h" #include "dst-bt878.h" unsigned int dst_verbose = 0; @@ -1176,7 +1175,7 @@ static int attach_adapter(struct i2c_adapter *adapter) device_create_file(&client->dev, &dev_attr_client_type); device_create_file(&client->dev, &dev_attr_client_flags); - ret = dvb_register_frontend_new(dst_ioctl, dst->dvb, dst, info, THIS_MODULE); + ret = dvb_register_frontend(dst_ioctl, dst->dvb, dst, info, THIS_MODULE); if (ret) { i2c_detach_client(client); kfree(client); |