V4L/DVB (13722): [Mantis] Revert 13560
[safe/jmp/linux-2.6] / drivers / media / dvb / mantis / mantis_dvb.c
index e2aec0c..f255695 100644 (file)
@@ -251,19 +251,6 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)
 
                }
                break;
-       case TERRATEC_CINERGY_C_PCI:
-               dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
-               mantis->fe = tda10023_attach(&philips_cu1216_config, &mantis->adapter, read_pwm(mantis));
-               if (mantis->fe) {
-                       mantis->fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set;
-                       dprintk(verbose, MANTIS_ERROR, 1,
-                               "found Philips CU1216 DVB-C frontend 0x%02x",
-                               philips_cu1216_config.demod_address);
-
-                       dprintk(verbose, MANTIS_ERROR, 1,
-                               "Mantis DVB-C Philips CU1216 frontend attach success");
-               }
-               break;
        default:
                dprintk(verbose, MANTIS_DEBUG, 1, "Unknown frontend:[0x%02x]",
                        mantis->sub_device_id);