aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/xenbus.h
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2014-02-17 17:45:18 +0000
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2014-02-28 15:26:23 -0500
commitc06f8111792bd35f831c1dc7dbec536d6ba204ac (patch)
treed13fe2f6884bdfbec4715763891712d8924a1a92 /include/xen/xenbus.h
parentxen/events: remove unnecessary call to bind_evtchn_to_cpu() (diff)
downloadlinux-dev-c06f8111792bd35f831c1dc7dbec536d6ba204ac.tar.xz
linux-dev-c06f8111792bd35f831c1dc7dbec536d6ba204ac.zip
xen/xenbus: remove unused xenbus_bind_evtchn()
xenbus_bind_evtchn() has no callers so remove it. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'include/xen/xenbus.h')
-rw-r--r--include/xen/xenbus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h
index 569c07f2e344..0324c6d340c1 100644
--- a/include/xen/xenbus.h
+++ b/include/xen/xenbus.h
@@ -207,7 +207,6 @@ int xenbus_unmap_ring(struct xenbus_device *dev,
grant_handle_t handle, void *vaddr);
int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
-int xenbus_bind_evtchn(struct xenbus_device *dev, int remote_port, int *port);
int xenbus_free_evtchn(struct xenbus_device *dev, int port);
enum xenbus_state xenbus_read_driver_state(const char *path);