Re: [Xen-devel] [PATCH v2 7/9] x86/HVM: reduce io.h include dependencies

2020-03-12 Thread Tian, Kevin
> From: Jan Beulich > Sent: Tuesday, March 10, 2020 11:51 PM > > Drop #include-s not needed by the header itself as well as one include > of the header which isn't needed. Put the one needed into the file > actually requiring it. > > Signed-off-by: Jan Beulich Reviewed-by: Kevin Tian

[Xen-devel] [PATCH v2 7/9] x86/HVM: reduce io.h include dependencies

2020-03-10 Thread Jan Beulich
Drop #include-s not needed by the header itself as well as one include of the header which isn't needed. Put the one needed into the file actually requiring it. Signed-off-by: Jan Beulich --- a/xen/include/asm-x86/hvm/io.h +++ b/xen/include/asm-x86/hvm/io.h @@ -19,12 +19,8 @@ #ifndef