Skip to content
Snippets Groups Projects
Commit 2211118a authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Anthony PERARD
Browse files

xen: Rename XENBACKEND_DEVICE to XENBACKEND


Make the type checking macro name consistent with the TYPE_*
constant.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Acked-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
Message-Id: <20200902224311.1321159-58-ehabkost@redhat.com>
Signed-off-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
parent 5b6a8f43
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
#define TYPE_XENBACKEND "xen-backend"
typedef struct XenLegacyDevice XenLegacyDevice;
DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND_DEVICE,
DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND,
TYPE_XENBACKEND)
/* variables */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment