From: Paul Mundt Date: Thu, 27 Sep 2007 03:57:35 +0000 (+0900) Subject: sh: processor.h needs smp.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=09a4df5f0c8b7c418821fe591bf0d0f13b206c61;p=deliverable%2Flinux.git sh: processor.h needs smp.h Trivial build fix for SH-2. Signed-off-by: Paul Mundt --- diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index 4f2922a1979c..9f3ee775fe13 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h @@ -10,6 +10,7 @@ #ifdef __KERNEL__ #include +#include #include #include #include