Commit bbb78a9a authored by Len Brown's avatar Len Brown Committed by Len Brown

fix build error from undefined NR_IRQ_VECTORS

parent dba959ac
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <asm/io_apic.h> #include <asm/io_apic.h>
#include <asm/apic.h> #include <asm/apic.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/irq.h>
#include <asm/mpspec.h> #include <asm/mpspec.h>
#if defined (CONFIG_X86_LOCAL_APIC) #if defined (CONFIG_X86_LOCAL_APIC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment