aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/grant_table.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-12-06 14:13:10 +0100
committerJan Beulich <jbeulich@suse.com>2012-12-06 14:13:10 +0100
commit338614125171750e6dd208689827c291d9ee0e45 (patch)
treec9fa0e9bed77f5b974d80cdc62844a15f3b26f6a /xen/common/grant_table.c
parentb7a98e60d4516b1a2a0d5cda0773bab960d208d4 (diff)
downloadxen-338614125171750e6dd208689827c291d9ee0e45.tar.gz
xen-338614125171750e6dd208689827c291d9ee0e45.tar.bz2
xen-338614125171750e6dd208689827c291d9ee0e45.zip
gnttab_usage_print() should be static
... as not being used or declared anywhere else. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/grant_table.c')
-rw-r--r--xen/common/grant_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c
index ec9ecf42ec..716a8ceee6 100644
--- 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;