powerpc/mm: Fix "sz" set but not used warning
authorQian Cai <cai@lca.pw>
Thu, 28 Feb 2019 02:35:05 +0000 (21:35 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 2 Mar 2019 03:43:05 +0000 (14:43 +1100)
commit8132cf115efc3b3684bb5fd3bfdf6860886f0e47
treece40b88cd7ccf2b3000c33e7be72189e1ce15ff5
parent790845e2f12709d273d08ea7a2af7c2593689519
powerpc/mm: Fix "sz" set but not used warning

Fix compiler warning:
  arch/powerpc/mm/hugetlbpage-hash64.c: In function '__hash_page_huge':
  arch/powerpc/mm/hugetlbpage-hash64.c:29:28: warning: variable 'sz' set
  but not used [-Wunused-but-set-variable]

mpe: The last usage of sz was removed in 0895ecda7942 ("powerpc/mm:
Bring hugepage PTE accessor functions back into sync with normal
accessors").

Signed-off-by: Qian Cai <cai@lca.pw>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/hugetlbpage-hash64.c