diff options
-rw-r--r-- | drivers/s390/cio/css.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c index ca8e1c240c3..064d3003ed2 100644 --- a/drivers/s390/cio/css.c +++ b/drivers/s390/cio/css.c | |||
@@ -577,7 +577,7 @@ static int __unset_registered(struct device *dev, void *data) | |||
577 | return 0; | 577 | return 0; |
578 | } | 578 | } |
579 | 579 | ||
580 | void css_schedule_eval_all_unreg(void) | 580 | static void css_schedule_eval_all_unreg(void) |
581 | { | 581 | { |
582 | unsigned long flags; | 582 | unsigned long flags; |
583 | struct idset *unreg_set; | 583 | struct idset *unreg_set; |