Blackfin: SMP: fix hotplug building after irq header shuffle
authorGraf Yang <graf.yang@analog.com>
Thu, 28 Jan 2010 10:46:55 +0000 (10:46 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:10:13 +0000 (07:10 -0500)
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf561/hotplug.c

index c95169b..4cd3b28 100644 (file)
@@ -6,7 +6,9 @@
  */
 
 #include <asm/blackfin.h>
+#include <asm/irq.h>
 #include <asm/smp.h>
+
 #define SIC_SYSIRQ(irq)        (irq - (IRQ_CORETMR + 1))
 
 int hotplug_coreb;