-
- Downloads
xen: clean up xenbus internal headers
The xenbus driver has an awful mixture of internally and globally visible headers: some of the internally used only stuff is defined in the global header include/xen/xenbus.h while some stuff defined in internal headers is used by other drivers, too. Clean this up by moving the externally used symbols to include/xen/xenbus.h and the symbols used internally only to a new header drivers/xen/xenbus/xenbus.h replacing xenbus_comms.h and xenbus_probe.h Signed-off-by:Juergen Gross <jgross@suse.com> Reviewed-by:
Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by:
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Showing
- drivers/xen/xenbus/xenbus.h 36 additions, 27 deletionsdrivers/xen/xenbus/xenbus.h
- drivers/xen/xenbus/xenbus_client.c 1 addition, 1 deletiondrivers/xen/xenbus/xenbus_client.c
- drivers/xen/xenbus/xenbus_comms.c 1 addition, 1 deletiondrivers/xen/xenbus/xenbus_comms.c
- drivers/xen/xenbus/xenbus_comms.h 0 additions, 51 deletionsdrivers/xen/xenbus/xenbus_comms.h
- drivers/xen/xenbus/xenbus_dev_backend.c 1 addition, 1 deletiondrivers/xen/xenbus/xenbus_dev_backend.c
- drivers/xen/xenbus/xenbus_dev_frontend.c 2 additions, 2 deletionsdrivers/xen/xenbus/xenbus_dev_frontend.c
- drivers/xen/xenbus/xenbus_probe.c 1 addition, 2 deletionsdrivers/xen/xenbus/xenbus_probe.c
- drivers/xen/xenbus/xenbus_probe_backend.c 1 addition, 2 deletionsdrivers/xen/xenbus/xenbus_probe_backend.c
- drivers/xen/xenbus/xenbus_probe_frontend.c 1 addition, 2 deletionsdrivers/xen/xenbus/xenbus_probe_frontend.c
- drivers/xen/xenbus/xenbus_xs.c 1 addition, 2 deletionsdrivers/xen/xenbus/xenbus_xs.c
- drivers/xen/xenfs/super.c 1 addition, 1 deletiondrivers/xen/xenfs/super.c
- drivers/xen/xenfs/xenstored.c 1 addition, 1 deletiondrivers/xen/xenfs/xenstored.c
- include/xen/xenbus.h 5 additions, 7 deletionsinclude/xen/xenbus.h
Loading
Please register or sign in to comment