Message ID | 1456355000-2936-1-git-send-email-cardoe@cardoe.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 24/02/2016 23:03, Doug Goldstein wrote: > Remove duplicate definition. > > Signed-off-by: Doug Goldstein <cardoe@cardoe.com> > --- Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 07f3c1f..ee26ab9 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -111,8 +111,6 @@ extern unsigned char boot_edid_info[128]; #define asmlinkage -#define CONFIG_COMPAT 1 - #include <xen/const.h> #define PML4_ENTRY_BITS 39
Remove duplicate definition. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> --- CC: Keir Fraser <keir@xen.org> CC: Jan Beulich <jbeulich@suse.com> CC: Andrew Cooper <andrew.cooper3@citrix.com> --- xen/include/asm-x86/config.h | 2 -- 1 file changed, 2 deletions(-)