ia64/xen-unstable
changeset 15431:6310aebd34a6
Remove stray semi-colon in macro.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Wed Jun 20 19:08:45 2007 +0100 (2007-06-20) |
parents | 296fd2598e00 |
children | cf846f4d756f |
files | xen/arch/x86/platform_hypercall.c |
line diff
1.1 --- a/xen/arch/x86/platform_hypercall.c Wed Jun 20 18:43:04 2007 +0100 1.2 +++ b/xen/arch/x86/platform_hypercall.c Wed Jun 20 19:08:45 2007 +0100 1.3 @@ -185,7 +185,7 @@ ret_t do_platform_op(XEN_GUEST_HANDLE(xe 1.4 break; 1.5 1.6 /* Transfer miscellaneous other information values. */ 1.7 -#define C(x) op->u.firmware_info.u.disk_info.x = info->x; 1.8 +#define C(x) op->u.firmware_info.u.disk_info.x = info->x 1.9 C(device); 1.10 C(version); 1.11 C(interface_support);