diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/ves1x93.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/ves1x93.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/ves1x93.c b/linux/drivers/media/dvb/frontends/ves1x93.c index 6b2436c66..497164011 100644 --- a/linux/drivers/media/dvb/frontends/ves1x93.c +++ b/linux/drivers/media/dvb/frontends/ves1x93.c @@ -30,7 +30,6 @@ #include <linux/slab.h> #include "dvb_frontend.h" -#include "dvb_functions.h" static int debug = 0; #define dprintk if (debug) printk @@ -636,7 +635,7 @@ static int attach_adapter(struct i2c_adapter *adapter) BUG_ON(!state->dvb); - ret = dvb_register_frontend_new(ves1x93_ioctl, state->dvb, state, + ret = dvb_register_frontend(ves1x93_ioctl, state->dvb, state, &ves1x93_info, THIS_MODULE); if (ret) { i2c_detach_client(client); |