diff options
author | Mariusz Kozlowski <m.kozlowski@tuxland.pl> | 2009-04-12 16:58:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:20:36 -0300 |
commit | b5d14eba2ecce23a6a1663bc5bd36c08a011b601 (patch) | |
tree | 6b4224d53ac663780f5263ad5ec7d549a37fabb5 /drivers/media/dvb/frontends/stv0900_priv.h | |
parent | 9d6e1aa55c3a7f1919e02decac09524cb7d0f33f (diff) |
V4L/DVB (11566): remove broken macro from dvb stv0900_priv.h
It both has unbalanced parentheses and == is not = and it's not used
anywhere anyway.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0900_priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv0900_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/stv0900_priv.h b/drivers/media/dvb/frontends/stv0900_priv.h index 762d5af62d7a..67dc8ec634e2 100644 --- a/drivers/media/dvb/frontends/stv0900_priv.h +++ b/drivers/media/dvb/frontends/stv0900_priv.h @@ -60,8 +60,6 @@ } \ } while (0) -#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a)) - static int stvdebug; #define dprintk(args...) \ |