提交 f71c4306 编写于 作者: D Daniel Scheller 提交者: Mauro Carvalho Chehab

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: NDaniel Scheller <d.scheller@gmx.net>
Signed-off-by: NHans Verkuil <hansverk@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 bab4cb30
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#define BYTE2(v) ((v >> 16) & 0xff) #define BYTE2(v) ((v >> 16) & 0xff)
#define BYTE3(v) ((v >> 24) & 0xff) #define BYTE3(v) ((v >> 24) & 0xff)
LIST_HEAD(mxllist); static LIST_HEAD(mxllist);
struct mxl_base { struct mxl_base {
struct list_head mxllist; struct list_head mxllist;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册