From: Julien Grall Date: Tue, 13 Jan 2015 18:17:20 +0000 (+0000) Subject: xen/arm: Remove the define INVALID_GFN from arch-arm/grant_table.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3926 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f23952fbe4b84435aaa68d22cff300e3660f3aca;p=xen.git xen/arm: Remove the define INVALID_GFN from arch-arm/grant_table.h The define INVALID_GFN is misplaced in arch-arm/grant_table.h and is never used in neither in ARM nor in the common code. Therefore we can safely remove it. Signed-off-by: Julien Grall Acked-by: Ian Campbell --- diff --git a/xen/include/asm-arm/grant_table.h b/xen/include/asm-arm/grant_table.h index 0edad67786..88ee3c65f8 100644 --- a/xen/include/asm-arm/grant_table.h +++ b/xen/include/asm-arm/grant_table.h @@ -3,7 +3,6 @@ #include -#define INVALID_GFN (-1UL) #define INITIAL_NR_GRANT_FRAMES 1 void gnttab_clear_flag(unsigned long nr, uint16_t *addr);