diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-16 23:16:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-21 14:30:43 -0200 |
commit | c96de5197d038cd1c5538085109c7329434ee94b (patch) | |
tree | 0f9f6242a926c3743333a362b67592d365615b14 /drivers/media/dvb/frontends/s5h1411.h | |
parent | f4ef033ee03b36ba1b1d39007d740f2786a93f2b (diff) |
V4L/DVB (9309): s5h1411: I/F related bugfix for 3.25 and remove spurious define
This should improve performance.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1411.h')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1411.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/s5h1411.h b/drivers/media/dvb/frontends/s5h1411.h index 7d542bc00c4..2370a06debd 100644 --- a/drivers/media/dvb/frontends/s5h1411.h +++ b/drivers/media/dvb/frontends/s5h1411.h @@ -47,7 +47,6 @@ struct s5h1411_config { u16 mpeg_timing; /* IF Freq for QAM and VSB in KHz */ -#define S5H1411_IF_2500 2500 #define S5H1411_IF_3500 3500 #define S5H1411_IF_4000 4000 #define S5H1411_IF_5380 5380 |