powerpc: Add missing prototypes for ppc_select() & ppc_fadvise64_64()
authorMathieu Malaterre <malat@debian.org>
Sun, 25 Feb 2018 17:22:35 +0000 (18:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:50:40 +0000 (15:50 +1100)
commitbf7fb32dd5fc8a6bd25aaab05d3acddd1223ba03
treea29bd015f8d1743d9a8dfa106125d3e35e3aa454
parentb0d876da1d1cd33a1c28049512a136e61d0ff371
powerpc: Add missing prototypes for ppc_select() & ppc_fadvise64_64()

Add missing prototypes for ppc_select() & ppc_fadvise64_64() to header
asm-prototypes.h. Fix the following warnings (treated as errors in W=1)

  arch/powerpc/kernel/syscalls.c:87:1: error: no previous prototype for ‘ppc_select’
  arch/powerpc/kernel/syscalls.c:119:6: error: no previous prototype for ‘ppc_fadvise64_64’

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/asm-prototypes.h