projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77f7cf
)
[S390] css: fix sparse warning
author
Sebastian Ott
<
[email protected]
>
Mon, 25 Oct 2010 14:10:23 +0000
(16:10 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Mon, 25 Oct 2010 14:10:17 +0000
(16:10 +0200)
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 <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
drivers/s390/cio/css.c
patch
|
blob
|
history
diff --git
a/drivers/s390/cio/css.c
b/drivers/s390/cio/css.c
index ca8e1c240c3c29b9dd7be4cda58be76cbaa49c63..064d3003ed20d2b19cfbaabf7c7d6967a9a91f24 100644
(file)
--- 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)
return 0;
}
-void css_schedule_eval_all_unreg(void)
+
static
void css_schedule_eval_all_unreg(void)
{
unsigned long flags;
struct idset *unreg_set;