MIPS: KASLR: Add missing header files
authorMatt Redfearn <matt.redfearn@imgtec.com>
Fri, 31 Mar 2017 10:51:33 +0000 (11:51 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 12 Apr 2017 15:02:04 +0000 (17:02 +0200)
commitec62a3bd84df90a19b7d59d032fa807bbfea7cbb
tree8431ddfcbaf06dcc4cc7c9327dcf30cdc06363da
parentc46f59e90226fa5bfcc83650edebe84ae47d454b
MIPS: KASLR: Add missing header files

After the split of linux/sched.h, KASLR stopped building.

Fix this by including the correct header file for init_thread_union

Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: Steven J. Hill <Steven.Hill@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15849/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/relocate.c