Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Do not include seccomp.h from compat.h

The compat.h does not need seccomp.h since TIF_32BIT was moved to
thread_info.h

This fixes a build error of 64-bit kernel without CONFIG_SECCOMP.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: : David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Atsushi Nemoto and committed by
Ralf Baechle
6cec2a0a dfe99b9c

-1
-1
arch/mips/include/asm/compat.h
··· 3 3 /* 4 4 * Architecture specific compatibility types 5 5 */ 6 - #include <linux/seccomp.h> 7 6 #include <linux/thread_info.h> 8 7 #include <linux/types.h> 9 8 #include <asm/page.h>