sh: fix VPU interrupt vector for sh7723

This patch fixes a VPU vector typo for sh7723. The correct value is 0x980,
the same as for sh7722.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by Magnus Damm and committed by Paul Mundt 76013044 526c1c23

+1 -1
+1 -1
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
··· 153 153 INTC_VECT(VIO_VOUI,0x8E0), 154 154 155 155 INTC_VECT(SCIFA_SCIFA0,0x900), 156 - INTC_VECT(VPU_VPUI,0x920), 156 + INTC_VECT(VPU_VPUI,0x980), 157 157 INTC_VECT(TPU_TPUI,0x9A0), 158 158 INTC_VECT(ADC_ADI,0x9E0), 159 159 INTC_VECT(USB_USI0,0xA20),