diff mbox

x86: CONFIG_COMPAT is defined by Kconfig

Message ID 1456355000-2936-1-git-send-email-cardoe@cardoe.com (mailing list archive)
State New, archived
Headers show

Commit Message

Douglas Goldstein Feb. 24, 2016, 11:03 p.m. UTC
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(-)

Comments

Andrew Cooper Feb. 24, 2016, 11:43 p.m. UTC | #1
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 mbox

Patch

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