x86/soc: remove INT_VEC_IRQ0
This macro is not being used anymore, so remove it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3b96e4f71c
commit
62ce2a11a6
|
@ -22,8 +22,6 @@
|
|||
#include <random/rand32.h>
|
||||
#endif
|
||||
|
||||
#define INT_VEC_IRQ0 0x20 /* vector number for IRQ0 */
|
||||
|
||||
/*
|
||||
* UART
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue