From 62ce2a11a69c62bb38c95c12f92c14bc63b81ed6 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Mon, 20 Apr 2020 19:07:53 -0700 Subject: [PATCH] x86/soc: remove INT_VEC_IRQ0 This macro is not being used anymore, so remove it. Signed-off-by: Daniel Leung --- soc/x86/atom/soc.h | 2 -- soc/x86/ia32/soc.h | 1 - 2 files changed, 3 deletions(-) diff --git a/soc/x86/atom/soc.h b/soc/x86/atom/soc.h index 2b05a295ad0..6901b78415c 100644 --- a/soc/x86/atom/soc.h +++ b/soc/x86/atom/soc.h @@ -22,8 +22,6 @@ #include #endif -#define INT_VEC_IRQ0 0x20 /* vector number for IRQ0 */ - /* * UART */ diff --git a/soc/x86/ia32/soc.h b/soc/x86/ia32/soc.h index 2b64a83adb7..6561f552dd7 100644 --- a/soc/x86/ia32/soc.h +++ b/soc/x86/ia32/soc.h @@ -27,7 +27,6 @@ */ #define UART_NS16550_ACCESS_IOPORT -#define INT_VEC_IRQ0 0x20 /* Vector number for IRQ0 */ /* PCI definitions */ #define PCI_BUS_NUMBERS 1