Przeglądaj źródła

sh: arch/sh/kernel/setup.c needs asm/smp.h.

With the platform ops migration, the definitions still need to be
included in the CONFIG_SMP=n case, so make the asm/smp.h include
explicit.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 15 lat temu
rodzic
commit
c9f4a3f53b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      arch/sh/kernel/setup.c

+ 1 - 0
arch/sh/kernel/setup.c

@@ -39,6 +39,7 @@
 #include <asm/irq.h>
 #include <asm/setup.h>
 #include <asm/clock.h>
+#include <asm/smp.h>
 #include <asm/mmu_context.h>
 
 /*