tile: add #include to unbreak build after generic init_task conversion
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 6 Jun 2012 15:23:19 +0000 (11:23 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 6 Jun 2012 15:29:35 +0000 (11:29 -0400)
Some code was moved from init_task.c to setup.c but the appropriate
header needed to be moved as well.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/setup.c

index 6098ccc59be2484a22a5f11c862569d9850c4248..dd87f342039064a0e545382acdf65321d0815ac1 100644 (file)
@@ -29,6 +29,7 @@
 #include <linux/smp.h>
 #include <linux/timex.h>
 #include <linux/hugetlb.h>
+#include <linux/start_kernel.h>
 #include <asm/setup.h>
 #include <asm/sections.h>
 #include <asm/cacheflush.h>
This page took 0.025628 seconds and 5 git commands to generate.