]> Pileus Git - ~andy/linux/commitdiff
[media] lg2160: Don't fill the legacy DVBv3 ops.type field
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 12:55:06 +0000 (09:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 13:03:01 +0000 (10:03 -0300)
This field should not be used anymore inside the frontend drivers.
The DVB core won't rely on it.

Cc: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/lg2160.c

index daa8596b9ec746d1d382dbb0e2278cb776ceb951..fafe522b013f6a7368b4ae52723914fe36f4cd67 100644 (file)
@@ -1350,7 +1350,6 @@ static struct dvb_frontend_ops lg2160_ops = {
        .delsys = { SYS_ATSCMH },
        .info = {
                .name = "LG Electronics LG2160 ATSC/MH Frontend",
-               .type               = FE_ATSC,
                .frequency_min      = 54000000,
                .frequency_max      = 858000000,
                .frequency_stepsize = 62500,
@@ -1379,7 +1378,6 @@ static struct dvb_frontend_ops lg2161_ops = {
        .delsys = { SYS_ATSCMH },
        .info = {
                .name = "LG Electronics LG2161 ATSC/MH Frontend",
-               .type               = FE_ATSC,
                .frequency_min      = 54000000,
                .frequency_max      = 858000000,
                .frequency_stepsize = 62500,