Re: [Xen-devel] [PATCH 01/11] xen/grant_table: Include mm.h in xen/grant_table.h

2017-08-14 Thread Wei Liu
On Fri, Aug 11, 2017 at 07:02:47PM +0100, Julien Grall wrote:
> While re-ordering the include alphabetically in arch/arm/domain.c, I got
> a complitation error because grant_table.h is using gfn_t before been
> defined:
> 
> In file included from domain.c:14:0:
> xen/xen/include/xen/grant_table.h:153:29: error: unknown type name ‘gfn_t’
>  gfn_t *gfn, uint16_t *status);
>  ^
> 
> Fix it by including xen/mm.h in it.
> 
> Signed-off-by: Julien Grall 

Acked-by: Wei Liu 

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH 01/11] xen/grant_table: Include mm.h in xen/grant_table.h

2017-08-13 Thread Jan Beulich
>>> Julien Grall  08/11/17 8:03 PM >>>
>While re-ordering the include alphabetically in arch/arm/domain.c, I got
>a complitation error because grant_table.h is using gfn_t before been
>defined:
>
>In file included from domain.c:14:0:
>xen/xen/include/xen/grant_table.h:153:29: error: unknown type name ‘gfn_t’
>gfn_t *gfn, uint16_t *status);
>^
>
>Fix it by including xen/mm.h in it.
>
>Signed-off-by: Julien Grall 

Acked-by: Jan Beulich 


___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


[Xen-devel] [PATCH 01/11] xen/grant_table: Include mm.h in xen/grant_table.h

2017-08-11 Thread Julien Grall
While re-ordering the include alphabetically in arch/arm/domain.c, I got
a complitation error because grant_table.h is using gfn_t before been
defined:

In file included from domain.c:14:0:
xen/xen/include/xen/grant_table.h:153:29: error: unknown type name ‘gfn_t’
 gfn_t *gfn, uint16_t *status);
 ^

Fix it by including xen/mm.h in it.

Signed-off-by: Julien Grall 

---

Cc: Andrew Cooper 
Cc: George Dunlap 
Cc: Ian Jackson 
Cc: Jan Beulich 
Cc: Konrad Rzeszutek Wilk 
Cc: Stefano Stabellini 
Cc: Tim Deegan 
Cc: Wei Liu 
---
 xen/include/xen/grant_table.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h
index 4e7789968c..7913facf9f 100644
--- a/xen/include/xen/grant_table.h
+++ b/xen/include/xen/grant_table.h
@@ -23,6 +23,7 @@
 #ifndef __XEN_GRANT_TABLE_H__
 #define __XEN_GRANT_TABLE_H__
 
+#include 
 #include 
 #include 
 #include 
-- 
2.11.0


___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel