From: Wei Liu Date: Mon, 13 May 2019 13:47:12 +0000 (+0100) Subject: public/tmem.h: fix version number in comment X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2262 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=396ce9ca0215b494446f740c643e824401fc0843;p=xen.git public/tmem.h: fix version number in comment The version number has been changed above due to rebasing onto 4.13 branch, but the one in the matching comment was left unchanged. Signed-off-by: Wei Liu Reviewed-by: Jan Beulich --- diff --git a/xen/include/public/tmem.h b/xen/include/public/tmem.h index d9b1c266f6..362ba45d5a 100644 --- a/xen/include/public/tmem.h +++ b/xen/include/public/tmem.h @@ -107,7 +107,7 @@ typedef struct tmem_op tmem_op_t; DEFINE_XEN_GUEST_HANDLE(tmem_op_t); #endif -#endif /* __XEN_INTERFACE_VERSION__ < 0x00041200 */ +#endif /* __XEN_INTERFACE_VERSION__ < 0x00041300 */ #endif /* __XEN_PUBLIC_TMEM_H__ */