this #define is unnecessary since XSM_INLINE is redefined in xsm/dummy.h, it's a risk of build breakage, so remove it.
Signed-off-by: Xin Li <[email protected]> Reviewed-by: Jan Beulich <[email protected]> --- CC: Daniel De Graaf <[email protected]> CC: George Dunlap <[email protected]> CC: Jan Beulich <[email protected]> CC: Konrad Rzeszutek Wilk <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Tim Deegan <[email protected]> CC: Wei Liu <[email protected]> CC: Sergey Dyasli <[email protected]> CC: Andrew Cooper <[email protected]> CC: Ming Lu <[email protected]> v5: 1. move the removal of #define to this new patch. 2. fix wrong git author --- xen/xsm/dummy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/xsm/dummy.c b/xen/xsm/dummy.c index 3290d04527..06a674fad0 100644 --- a/xen/xsm/dummy.c +++ b/xen/xsm/dummy.c @@ -11,7 +11,6 @@ */ #define XSM_NO_WRAPPERS -#define XSM_INLINE /* */ #include <xsm/dummy.h> struct xsm_operations dummy_xsm_ops; -- 2.18.0 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
