seccomp: use a static inline for a function stub
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 Apr 2012 02:08:48 +0000 (12:08 +1000)
committerJames Morris <james.l.morris@oracle.com>
Tue, 17 Apr 2012 03:22:36 +0000 (13:22 +1000)
Fixes this error message when CONFIG_SECCOMP is not set:

arch/powerpc/kernel/ptrace.c: In function 'do_syscall_trace_enter':
arch/powerpc/kernel/ptrace.c:1713:2: error: statement with no effect [-Werror=unused-value]

Signed-off-by: Stephen Rothwell <sfr@ozlabs.au.ibm.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>

No differences found