summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/idle.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-03-30 19:29:57 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-03-30 19:29:57 +0900
commitf03c4866d31e913a8dbc84f7d1459abdaf0bd326 (patch)
treef8354acdc74f8a3f58fe6962540d1eb7735de4c9 /arch/sh/kernel/idle.c
parentf52b69f86e27903d6896ed5fa7cd280fec8de532 (diff)
downloadlinux-stable-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.gz
linux-stable-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.bz2
linux-stable-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.zip
sh: fix up fallout from system.h disintegration.
Quite a bit of fallout all over the place, nothing terribly exciting. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/idle.c')
-rw-r--r--arch/sh/kernel/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/idle.c b/arch/sh/kernel/idle.c
index 64852ecc6881..ee226e20c20c 100644
--- a/arch/sh/kernel/idle.c
+++ b/arch/sh/kernel/idle.c
@@ -17,8 +17,8 @@
#include <linux/irqflags.h>
#include <linux/smp.h>
#include <linux/cpuidle.h>
-#include <asm/pgalloc.h>
#include <linux/atomic.h>
+#include <asm/pgalloc.h>
#include <asm/smp.h>
#include <asm/bl_bit.h>