V4L/DVB (11566): remove broken macro from dvb stv0900_priv.h
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>
Sun, 12 Apr 2009 19:58:52 +0000 (16:58 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:36 +0000 (18:20 -0300)
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>
drivers/media/dvb/frontends/stv0900_priv.h

index 762d5af..67dc8ec 100644 (file)
@@ -60,8 +60,6 @@
                } \
        } while (0)
 
-#define dmd_choose(a, b)       (demod = STV0900_DEMOD_2 ? b : a))
-
 static int stvdebug;
 
 #define dprintk(args...) \