# HG changeset patch # User Isaku Yamahata # Date 1211774333 -32400 # Node ID b19924fb061c1f767149db8a01ba8638dcba1da3 # Parent 888817a9fc1042697c54f37f0ab50f80bfad4beb [IA64] remove warnings caused by c/s 17723:c684cf331f94 This patch removes the following warnings on ia64 by including necessary header files. On x86 the necessary files are included by recusive inclusion. > grant_table.c: In function __gnttab_map_grant_ref: > grant_table.c:388: warning: implicit declaration of function iommu_map_page > grant_table.c: In function __gnttab_unmap_common: > grant_table.c:566: warning: implicit declaration of function iommu_unmap_page > grant_table.c: In function gnttab_transfer: > grant_table.c:1113: warning: implicit declaration of function guest_physmap_remove_page Signed-off-by: Isaku Yamahata diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -32,6 +32,8 @@ #include #include #include +#include +#include #include #ifndef max_nr_grant_frames