]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xen: arm: Drop trailing ; from DEFINE_XEN_GUEST_HANDLE
authorIan Campbell <ian.campbell@citrix.com>
Mon, 14 Dec 2015 16:21:31 +0000 (16:21 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 15 Dec 2015 12:06:53 +0000 (12:06 +0000)
This is always present at the point of use, which with -pedantic
provokes:

error: ISO C does not allow extra ';' outside of a function [-Werror=edantic]

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/arch-arm.h

index 63225489321653fa0b98eed50bbf0de4c65e3d13..870bc3b78b2c6ee9467db2578479b9b6c5b3a335 100644 (file)
     typedef union { type *p; unsigned long q; }                 \
         __guest_handle_ ## name;                                \
     typedef union { type *p; uint64_aligned_t q; }              \
-        __guest_handle_64_ ## name;
+        __guest_handle_64_ ## name
 
 /*
  * XEN_GUEST_HANDLE represents a guest pointer, when passed as a field