From: David Vrabel Date: Mon, 8 Sep 2014 16:30:41 +0000 (+0100) Subject: xen: remove DEFINE_XENBUS_DRIVER() macro X-Git-Tag: fixes-against-v3.18-rc2~118^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95afae481414cbdb0567bf82d5e5077c3ac9da20;p=pandora-kernel.git 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 --- Reading git-diff-tree failed