提交 a8481c2a 编写于 作者: S Sebastian Ott 提交者: Martin Schwidefsky

[S390] css: fix sparse warning

fix this sparse warning:

drivers/s390/cio/css.c:580:6: warning: symbol 'css_schedule_eval_all_unreg'
was not declared. Should it be static?
Signed-off-by: NSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 c77f7cf7
......@@ -577,7 +577,7 @@ static int __unset_registered(struct device *dev, void *data)
return 0;
}
void css_schedule_eval_all_unreg(void)
static void css_schedule_eval_all_unreg(void)
{
unsigned long flags;
struct idset *unreg_set;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册