Prechádzať zdrojové kódy

sh: processor.h needs smp.h

Trivial build fix for SH-2.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 rokov pred
rodič
commit
09a4df5f0c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      include/asm-sh/processor.h

+ 1 - 0
include/asm-sh/processor.h

@@ -10,6 +10,7 @@
 #ifdef __KERNEL__
 
 #include <linux/compiler.h>
+#include <linux/smp.h>
 #include <asm/page.h>
 #include <asm/types.h>
 #include <asm/cache.h>