commit | 6283da500f5d0ff780729b6e10def04bffe5d8bd | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@citrix.com> | Mon Sep 08 17:30:41 2014 +0100 |
committer | David Vrabel <david.vrabel@citrix.com> | Fri Oct 03 12:34:56 2014 +0100 |
tree | 267726c1ed708cecab9eeb4cfcd6709c0baebb97 | |
parent | 86c52933b189c04dc7e2008bebda50e939e161b1 [diff] |
xen: remove DEFINE_XENBUS_DRIVER() macro 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>