From: Mariusz Kozlowski Date: Sun, 12 Apr 2009 19:58:52 +0000 (-0300) Subject: V4L/DVB (11566): remove broken macro from dvb stv0900_priv.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b5d14eba2ecce23a6a1663bc5bd36c08a011b601;p=linux-beck.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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...) \