media: dvb-frontends/mxl5xx: declare LIST_HEAD(mxllist) static
authorDaniel Scheller <d.scheller@gmx.net>
Fri, 1 Sep 2017 19:43:45 +0000 (15:43 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 23 Sep 2017 12:28:46 +0000 (08:28 -0400)
commitf71c43060aa534df9ae2a055be983bd7194c4a13
treed596085c5d5833cd71dd8762a98645d5fa63b4dd
parentbab4cb30dbf798f6d6df798aa23d33fb25f394e0
media: dvb-frontends/mxl5xx: declare LIST_HEAD(mxllist) static

Fixes one sparse warning:
  mxl5xx.c:46:1: warning: symbol 'mxllist' was not declared. Should it be static?

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/mxl5xx.c