]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONE
authorSeungChull Suh <sc.suh@samsung.com>
Sat, 2 Oct 2010 03:48:12 +0000 (12:48 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 18 Oct 2010 09:33:04 +0000 (18:33 +0900)
This patch adds header <linux/sched.h> into the below files for build with
CONFIG_PREEMPT_NONE.

arch/arm/mach-s5p64x0/cpu.c

Signed-off-by: Seung-Chull Suh <sc.suh@samsung.com>
[kgene.kim@samsung.com: edited title and message]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5p64x0/cpu.c

index 0a2d88a4e5e5e7a0e91499d498d88f0808e66ca5..b8d02eb4cf30efeb5ed749eb755cd29d44461ed6 100644 (file)
@@ -19,6 +19,7 @@
 #include <linux/sysdev.h>
 #include <linux/serial_core.h>
 #include <linux/platform_device.h>
+#include <linux/sched.h>
 
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>