Skip to content

Commit

Permalink
sh: processor.h needs smp.h
Browse files Browse the repository at this point in the history
Trivial build fix for SH-2.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 27, 2007
1 parent 4d2cab7 commit 09a4df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-sh/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 09a4df5

Please sign in to comment.