The commit referenced below still wasn't careful enough - with COMPAT we
will have a compat_handle_okay() visible already, which we first need to
get rid of.
Fixes: bd1e7b47bac0 ("x86/shim: fix build when !PV32")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
# include <compat/grant_table.h>
#else
# define compat_gnttab_setup_table gnttab_setup_table
+# undef compat_handle_okay
# define compat_handle_okay guest_handle_okay
#endif