]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
tools/xenstored: Remove unnecessary define XC_WANT_COMPAT_MAP_FOREIGN_API
authorJulien Grall <jgrall@amazon.com>
Thu, 25 Mar 2021 11:39:23 +0000 (11:39 +0000)
committerJulien Grall <jgrall@amazon.com>
Mon, 29 Mar 2021 16:39:03 +0000 (17:39 +0100)
The last use of the compat foreign API was dropped in commit
38eeb3864de4 "tools/xenstored: Drop mapping of the ring via foreign
map".

Therefore, we don't need to define XC_WANT_COMPAT_MAP_FOREIGN_API.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/xenstore/xenstored_core.h

index 0c9a0961b57eada1811eb25594a035668e4e9166..1cdbc3dcb5f752710abe3d75ffc0d83d8e003cbb 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef _XENSTORED_CORE_H
 #define _XENSTORED_CORE_H
 
-#define XC_WANT_COMPAT_MAP_FOREIGN_API
 #include <xenctrl.h>
 #include <xengnttab.h>