drxj: comment out the unused nicam_presc_table_val table
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 14:10:16 +0000 (11:10 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 14:10:16 +0000 (11:10 -0300)
commit01d7d436c600904edc8c521c74f1b22a8284e25b
tree0fc26747357421a06d3585700fc344db2d3336af
parent114e877a8f89113ffdef8c6a751048c660a6c9f3
drxj: comment out the unused nicam_presc_table_val table

Avoid this warning:

drivers/media/dvb-frontends/drx39xyj/drxj.c:1243:18: warning: 'nicam_presc_table_val' defined but not used [-Wunused-const-variable=]
 static const u16 nicam_presc_table_val[43] = {
                  ^~~~~~~~~~~~~~~~~~~~~

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