summaryrefslogtreecommitdiffstats
path: root/sys/xen
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2014-12-10 11:35:41 +0000
committerroyger <royger@FreeBSD.org>2014-12-10 11:35:41 +0000
commite09f127692a345d9be39d1f942a4f97a794276aa (patch)
tree7675c3257cfaf8dac6da38ef3be0077f1c959e25 /sys/xen
parenteccee0790e7166d3579de09736baef33b6e1d003 (diff)
downloadFreeBSD-src-e09f127692a345d9be39d1f942a4f97a794276aa.zip
FreeBSD-src-e09f127692a345d9be39d1f942a4f97a794276aa.tar.gz
xen: convert the Grant-table code to a NewBus device
This allows the Grant-table code to attach directly to the xenpv bus, allowing us to remove the grant-table initialization done in xenpv. Sponsored by: Citrix Systems R&D
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/gnttab.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/xen/gnttab.h b/sys/xen/gnttab.h
index afbe600..d0a44ae 100644
--- a/sys/xen/gnttab.h
+++ b/sys/xen/gnttab.h
@@ -51,8 +51,6 @@ struct gnttab_free_callback {
uint16_t count;
};
-int gnttab_init(device_t);
-
/*
* Allocate a grant table reference and return it in *result. Returns
* zero on success or errno on error.
OpenPOWER on IntegriCloud