projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a98e6
)
gnttab_usage_print() should be static
author
Jan Beulich
<jbeulich@suse.com>
Thu, 6 Dec 2012 13:13:10 +0000
(14:13 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 6 Dec 2012 13:13:10 +0000
(14:13 +0100)
... as not being used or declared anywhere else.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/common/grant_table.c
patch
|
blob
|
history
diff --git
a/xen/common/grant_table.c
b/xen/common/grant_table.c
index ec9ecf42ec5c88833f51a6de964b221606096508..716a8ceee609f0c55931b454121b4a0d81c71ff4 100644
(file)
--- a/
xen/common/grant_table.c
+++ b/
xen/common/grant_table.c
@@
-2802,7
+2802,7
@@
grant_table_destroy(
d->grant_table = NULL;
}
-void gnttab_usage_print(struct domain *rd)
+
static
void gnttab_usage_print(struct domain *rd)
{
int first = 1;
grant_ref_t ref;