From 56a519ec2fdf144d1d443f5450e0b3eca7786560 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Wed, 18 Aug 2004 17:52:17 +0000 Subject: - forgot to remove all occurences of "#include "dvb_functions.h" which is included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - --- linux/drivers/media/dvb/frontends/stv0299.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linux/drivers/media/dvb/frontends/stv0299.c') diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index 9957e1fe4..d3d6ccc99 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -54,7 +54,6 @@ #include #include "dvb_frontend.h" -#include "dvb_functions.h" #define FRONTEND_NAME "dvbfe_stv0299" @@ -1399,7 +1398,7 @@ static int attach_adapter(struct i2c_adapter *adapter) BUG_ON(!state->dvb); - ret = dvb_register_frontend_new(uni0299_ioctl, state->dvb, state, + ret = dvb_register_frontend(uni0299_ioctl, state->dvb, state, &uni0299_info, THIS_MODULE); if (ret) { i2c_detach_client(client); -- cgit v1.2.3