don't return a void, per Guenter
Reported-by: Guenter Roeck <linux@roeck-us.net>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: Kalesh Singh <kaleshsingh@google.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
static inline void flush_pmd_tlb_range(struct vm_area_struct *vma,
unsigned long start, unsigned long end)
{
- return flush_pmd_tlb_pwc_range(vma, start, end, false);
+ flush_pmd_tlb_pwc_range(vma, start, end, false);
}
static inline void flush_hugetlb_tlb_pwc_range(struct vm_area_struct *vma,