summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda1004x.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda1004x.c')
-rw-r--r--linux/drivers/media/dvb/frontends/tda1004x.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c
index 888d83f4d..8442405f4 100644
--- a/linux/drivers/media/dvb/frontends/tda1004x.c
+++ b/linux/drivers/media/dvb/frontends/tda1004x.c
@@ -41,7 +41,6 @@
#include <linux/firmware.h>
#include "dvb_frontend.h"
-#include "dvb_functions.h"
#define FRONTEND_NAME "dvbfe_tda1004x"
@@ -1507,7 +1506,7 @@ static int attach_adapter(struct i2c_adapter *adapter)
goto out;
}
- ret = dvb_register_frontend_new(tda1004x_ioctl, state->dvb,
+ ret = dvb_register_frontend(tda1004x_ioctl, state->dvb,
state, &tda10045h_info,
THIS_MODULE);
break;
@@ -1522,7 +1521,7 @@ static int attach_adapter(struct i2c_adapter *adapter)
goto out;
}
- ret = dvb_register_frontend_new(tda1004x_ioctl, state->dvb,
+ ret = dvb_register_frontend(tda1004x_ioctl, state->dvb,
state, &tda10046h_info,
THIS_MODULE);
break;