summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/sp887x.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/frontends/sp887x.c')
-rw-r--r--linux/drivers/media/dvb/frontends/sp887x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c
index ef65b029b..716aa3437 100644
--- a/linux/drivers/media/dvb/frontends/sp887x.c
+++ b/linux/drivers/media/dvb/frontends/sp887x.c
@@ -23,7 +23,6 @@
#include <linux/firmware.h>
#include "dvb_frontend.h"
-#include "dvb_functions.h"
#define FRONTEND_NAME "dvbfe_sp887x"
@@ -627,7 +626,7 @@ static int attach_adapter(struct i2c_adapter *adapter)
goto out;
}
- ret = dvb_register_frontend_new(sp887x_ioctl, state->dvb, state,
+ ret = dvb_register_frontend(sp887x_ioctl, state->dvb, state,
&sp887x_info, THIS_MODULE);
if (ret) {
printk("sp887x: registering frontend to dvb-core failed.\n");