aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/pirq_routing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/boot/pirq_routing.c')
-rw-r--r--src/arch/i386/boot/pirq_routing.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/i386/boot/pirq_routing.c b/src/arch/i386/boot/pirq_routing.c
index 0c6269da55..86a3500444 100644
--- a/src/arch/i386/boot/pirq_routing.c
+++ b/src/arch/i386/boot/pirq_routing.c
@@ -3,10 +3,6 @@
#include <string.h>
#include <device/pci.h>
-#ifndef CONFIG_IRQ_SLOT_COUNT
-#warning "CONFIG_IRQ_SLOT_COUNT is not defined. PIRQ won't work correctly."
-#endif
-
#if CONFIG_DEBUG
static void check_pirq_routing_table(struct irq_routing_table *rt)
{