diff options
| author | Holger Waechtler <devnull@localhost> | 2003-04-25 13:03:45 +0000 |
|---|---|---|
| committer | Holger Waechtler <devnull@localhost> | 2003-04-25 13:03:45 +0000 |
| commit | 90f89ee43d562a0e8699cb3a5cac6efe6c6b7406 (patch) | |
| tree | 966df099f6fdbcba0d1b409f4751669be0cd6d04 /linux/drivers/media/dvb/frontends | |
| parent | f0d82beb5a9d89dbcb9230a2e07a24353747360f (diff) | |
| download | mediapointer-dvb-s2-90f89ee43d562a0e8699cb3a5cac6efe6c6b7406.tar.gz mediapointer-dvb-s2-90f89ee43d562a0e8699cb3a5cac6efe6c6b7406.tar.bz2 | |
fix syntax errors to get it compile again.
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/stv0299.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index 2e51faef8..8012970c8 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -48,6 +48,15 @@ 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 |
