commit | 6cec2a0ac57d2ebef495a46d7866ae86e8d0e508 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Sat Apr 11 23:31:50 2009 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 14 13:50:26 2009 +0100 |
tree | 3939981ef96230ab86980df839d1bd017653ea76 | |
parent | dfe99b9c4ef62fa6ea20fa06b6f5c9819039c52d [diff] |
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>