diff options
author | Alex Woods <devnull@localhost> | 2003-04-27 12:21:18 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2003-04-27 12:21:18 +0000 |
commit | 10685632c1050d6702da1e4d1e0690ec906eeda3 (patch) | |
tree | ec066e5f0f23980cdb6f99198dde1440fa9b48fa /linux/drivers/media/dvb/frontends/stv0299.c | |
parent | 5279fe2a697aae4425f7d19a85776d35ed4fbae2 (diff) | |
download | mediapointer-dvb-s2-10685632c1050d6702da1e4d1e0690ec906eeda3.tar.gz mediapointer-dvb-s2-10685632c1050d6702da1e4d1e0690ec906eeda3.tar.bz2 |
remove ddelay function because it's already defined in dvb_compat.h
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0299.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0299.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index a67b743f3..4d5b11fac 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -47,16 +47,6 @@ static int debug = 0; #define dprintk if (debug) printk - -static -inline void ddelay(int i) -{ - current->state=TASK_INTERRUPTIBLE; - schedule_timeout((HZ*i)/1000); -} - - - /* frontend types */ #define UNKNOWN_FRONTEND -1 #define PHILIPS_SU1278SH 0 |