diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-09-19 08:37:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:40:03 -0200 |
commit | 8171c2059cc4b0507faf3a0e0fdf28cc83d8ac62 (patch) | |
tree | 1d8f7f0bf30dfcc44d329434c0a5546e66cbfcba /drivers/media/dvb/frontends/stv0900_priv.h | |
parent | 61b1e58f0e1b9dd0e6ab7199f19b93948af4baa1 (diff) | |
download | linux-8171c2059cc4b0507faf3a0e0fdf28cc83d8ac62.tar.gz linux-8171c2059cc4b0507faf3a0e0fdf28cc83d8ac62.tar.bz2 linux-8171c2059cc4b0507faf3a0e0fdf28cc83d8ac62.zip |
V4L/DVB (13045): Fix debug messaging for stv0900 demod.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
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, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0900_priv.h b/drivers/media/dvb/frontends/stv0900_priv.h index 5ed7a145c7d3..5f4414f8da20 100644 --- a/drivers/media/dvb/frontends/stv0900_priv.h +++ b/drivers/media/dvb/frontends/stv0900_priv.h @@ -60,7 +60,7 @@ } \ } while (0) -static int stvdebug; +extern int stvdebug; #define dprintk(args...) \ do { \ |