]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xen: remove stale xs_input_avail() from header
authorJuergen Gross <jgross@suse.com>
Thu, 22 Dec 2016 07:19:48 +0000 (08:19 +0100)
committerJuergen Gross <jgross@suse.com>
Fri, 23 Dec 2016 19:06:32 +0000 (20:06 +0100)
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>
drivers/xen/xenbus/xenbus_comms.h

index e74f9c1fbd80a9fe4c6cfbba0176785b005c06fd..867a2e4252086531bcd682367838f4c4c169427d 100644 (file)
@@ -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;