xen: remove DEFINE_XENBUS_DRIVER() macro
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 8 Sep 2014 16:30:41 +0000 (17:30 +0100)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 6 Oct 2014 09:27:57 +0000 (10:27 +0100)
The DEFINE_XENBUS_DRIVER() macro looks a bit weird and causes sparse
errors.

Replace the uses with standard structure definitions instead.  This is
similar to pci and usb device registration.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>

No differences found