]> git.baikalelectronics.ru Git - kernel.git/commit
<linux/seccomp.h> needs to include <linux/errno.h>.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 18 Apr 2009 09:30:56 +0000 (11:30 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Apr 2009 17:47:45 +0000 (10:47 -0700)
commit7c5e9d06eca3c4bff2dc24cf80e3e86798fa4bf7
treef3a733a403f35c2c68e5ce021974c2051d230bdf
parent8c3b69ef56dd87fa9c1304709ac79192a82a4d81
<linux/seccomp.h> needs to include <linux/errno.h>.

<linux/seccomp.h> uses EINVAL so should include <linux/errno.h>.  This
fixes a build error on 64-bit MIPS if CONFIG_SECCOMP is disabled.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/seccomp.h