MIPS: VPE: Fix compiler warning.

Signed-off-by: Raghu Gandham <raghu@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Raghu Gandham and committed by Ralf Baechle e2a9cf96 6f9fdeb6

+2 -1
+2 -1
arch/mips/kernel/vpe.c
··· 327 327 || (s->sh_flags & masks[m][1]) 328 328 || s->sh_entsize != ~0UL) 329 329 continue; 330 - s->sh_entsize = get_offset(&mod->core_size, s); 330 + s->sh_entsize = 331 + get_offset((unsigned long *)&mod->core_size, s); 331 332 } 332 333 333 334 if (m == 0)