]> git.baikalelectronics.ru Git - kernel.git/commit
em28xx-dvb: remove some left over
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 15:10:55 +0000 (12:10 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 15:12:54 +0000 (12:12 -0300)
commit795a8da80d24cf857efdce3504e8eecebe59e2a8
treef0c490a27cc1541b5d18024c3590b83b94309acc
parent860ff23fd4cc90289f84b266d92e802e8743121b
em28xx-dvb: remove some left over

Gcc 6.1 warns about an unused table:

drivers/media/usb/em28xx/em28xx-dvb.c:907:38: warning: 'pctv_461e_m88ds3103_config' defined but not used [-Wunused-const-variable=]
 static const struct m88ds3103_config pctv_461e_m88ds3103_config = {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~

That's a left over of patch 6004c52b64bf0 ('em28xx: PCTV 461e use I2C
client for demod and SEC').

Remove the dead code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/em28xx/em28xx-dvb.c