commit | 149ef72deeba57078216c9fa678baff392295853 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Apr 29 21:38:46 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Apr 29 18:41:38 2008 -0300 |
tree | 038cf488b424094b0dbe05a63a9cbb28f87eaaec | |
parent | f1784354f774e1fa4863fc6382296ef6ede26dc5 [diff] [blame] |
Rename common tuner Kconfig names to use the same namespace for all of them.
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index 75711bd..a763756 100644 --- a/drivers/media/dvb/bt8xx/dst.c +++ b/drivers/media/dvb/bt8xx/dst.c
@@ -1714,7 +1714,7 @@ struct dst_state *state = fe->demodulator_priv; if (state->dst_ca) { dvb_unregister_device(state->dst_ca); -#ifdef CONFIG_DVB_CORE_ATTACH +#ifdef CONFIG_MEDIA_ATTACH symbol_put(dst_ca_attach); #endif }