Skip to content

Commit

Permalink
[S390] css: fix sparse warning
Browse files Browse the repository at this point in the history
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: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Oct 25, 2010
1 parent c77f7cf commit a8481c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a8481c2

Please sign in to comment.