@@ -39,7 +39,6 @@ static const struct demod_module demod_modules[] = {
39
39
.register_frontend = aml_dvb_register_frontend ,
40
40
.unregister_frontend = aml_dvb_unregister_frontend
41
41
},
42
- #ifdef DEMOD_UNUSED
43
42
{
44
43
.name = "m1" ,
45
44
.id = AM_DTV_DEMOD_M1 ,
@@ -64,7 +63,6 @@ static const struct demod_module demod_modules[] = {
64
63
.register_frontend = aml_dvb_register_frontend ,
65
64
.unregister_frontend = aml_dvb_unregister_frontend
66
65
},
67
- #endif //DEMOD_UNUSED
68
66
{
69
67
.name = "avl6211" ,
70
68
.id = AM_DTV_DEMOD_AVL6211 ,
@@ -89,7 +87,6 @@ static const struct demod_module demod_modules[] = {
89
87
.register_frontend = aml_dvb_register_frontend ,
90
88
.unregister_frontend = aml_dvb_unregister_frontend
91
89
},
92
- #ifdef DEMOD_UNUSED
93
90
{
94
91
.name = "ite9173" ,
95
92
.id = AM_DTV_DEMOD_ITE9173 ,
@@ -162,7 +159,6 @@ static const struct demod_module demod_modules[] = {
162
159
.register_frontend = aml_dvb_register_frontend ,
163
160
.unregister_frontend = aml_dvb_unregister_frontend
164
161
},
165
- #endif //DEMOD_UNUSED
166
162
{
167
163
.name = "atbm8881" ,
168
164
.id = AM_DTV_DEMOD_ATBM8881 ,
@@ -247,7 +243,6 @@ static const struct demod_module demod_modules[] = {
247
243
.register_frontend = aml_dvb_register_frontend ,
248
244
.unregister_frontend = aml_dvb_unregister_frontend
249
245
},
250
- #ifdef DEMOD_UNUSED
251
246
{
252
247
.name = "mxl212c" ,
253
248
.id = AM_DTV_DEMOD_MXL212C ,
@@ -320,7 +315,6 @@ static const struct demod_module demod_modules[] = {
320
315
.register_frontend = aml_dvb_register_frontend ,
321
316
.unregister_frontend = aml_dvb_unregister_frontend
322
317
},
323
- #endif //DEMOD_UNUSED
324
318
{
325
319
.name = "mxl258c" , //compatible with mxl212c/213c/214c/252c/254c/256c.
326
320
.id = AM_DTV_DEMOD_MXL258C ,
0 commit comments