powerpc/pkeys: remove unused pkey_allows_readwrite
authorQian Cai <cai@lca.pw>
Tue, 17 Sep 2019 15:22:30 +0000 (11:22 -0400)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 11 Oct 2019 08:34:10 +0000 (19:34 +1100)
commit29674a1c71be710f8418468aa6a8addd6d1aba1c
tree000b57f2d990a39a5992098059c6866c3a66ad8b
parent3b9176e9a874a848afa7eb2f6943639eb18b7a17
powerpc/pkeys: remove unused pkey_allows_readwrite

pkey_allows_readwrite() was first introduced in the commit 5586cf61e108
("powerpc: introduce execute-only pkey"), but the usage was removed
entirely in the commit a4fcc877d4e1 ("powerpc/pkeys: Preallocate
execute-only key").

Found by the "-Wunused-function" compiler warning flag.

Fixes: a4fcc877d4e1 ("powerpc/pkeys: Preallocate execute-only key")
Signed-off-by: Qian Cai <cai@lca.pw>
Acked-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1568733750-14580-1-git-send-email-cai@lca.pw
arch/powerpc/mm/book3s64/pkeys.c