From 10685632c1050d6702da1e4d1e0690ec906eeda3 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Sun, 27 Apr 2003 12:21:18 +0000 Subject: remove ddelay function because it's already defined in dvb_compat.h --- linux/drivers/media/dvb/frontends/stv0299.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'linux') 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 -- cgit v1.2.3