diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-06-06 11:23:19 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-06-06 11:29:35 -0400 |
commit | 2ded5c2484d7375860bdb5f3df1954a346a2da26 (patch) | |
tree | 3f81035bdd53384b2d4819aa1923f426e0e7ab54 /arch/tile/kernel | |
parent | 10db9e009af5c3647b9ee742dcb14f6ff447a2a5 (diff) | |
download | blackbird-obmc-linux-2ded5c2484d7375860bdb5f3df1954a346a2da26.tar.gz blackbird-obmc-linux-2ded5c2484d7375860bdb5f3df1954a346a2da26.zip |
tile: add #include to unbreak build after generic init_task conversion
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>
Diffstat (limited to 'arch/tile/kernel')
-rw-r--r-- | arch/tile/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c index 6098ccc59be2..dd87f3420390 100644 --- a/arch/tile/kernel/setup.c +++ b/arch/tile/kernel/setup.c @@ -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> |