diff options
author | Juergen Gross <jgross@suse.com> | 2016-12-22 08:19:48 +0100 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2016-12-23 20:06:32 +0100 |
commit | 61033e089cde41464f820c8c381ce170d89470f0 (patch) | |
tree | 08d7812f2af9e9828a03484b07ed4382ad593068 | |
parent | 9a6161fe73bdd3ae4a1e18421b0b20cb7141f680 (diff) | |
download | linux-next-61033e089cde41464f820c8c381ce170d89470f0.tar.gz |
xen: remove stale xs_input_avail() from header
In drivers/xen/xenbus/xenbus_comms.h there is a stale declaration of
xs_input_avail(). Remove it.
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
-rw-r--r-- | drivers/xen/xenbus/xenbus_comms.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_comms.h b/drivers/xen/xenbus/xenbus_comms.h index e74f9c1fbd80..867a2e425208 100644 --- a/drivers/xen/xenbus/xenbus_comms.h +++ b/drivers/xen/xenbus/xenbus_comms.h @@ -42,7 +42,6 @@ int xb_write(const void *data, unsigned len); int xb_read(void *data, unsigned len); int xb_data_to_read(void); int xb_wait_for_data_to_read(void); -int xs_input_avail(void); extern struct xenstore_domain_interface *xen_store_interface; extern int xen_store_evtchn; extern enum xenstore_init xen_store_domain_type; |