git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305559f
)
xen: remove DEFINE_XENBUS_DRIVER() macro
author
David Vrabel
<david.vrabel@citrix.com>
Mon, 8 Sep 2014 16:30:41 +0000
(17:30 +0100)
committer
David 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