Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ded5c24 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 10db9e00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>