Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Alchemy: time.c build fix

In Linus' current -git the cpumask member is now a pointer.

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Manuel Lauss and committed by
Ralf Baechle
2d2eca4d 0fc6bc0d

+1 -1
+1 -1
arch/mips/alchemy/common/time.c
··· 89 89 .irq = AU1000_RTC_MATCH2_INT, 90 90 .set_next_event = au1x_rtcmatch2_set_next_event, 91 91 .set_mode = au1x_rtcmatch2_set_mode, 92 - .cpumask = CPU_MASK_ALL, 92 + .cpumask = CPU_MASK_ALL_PTR, 93 93 }; 94 94 95 95 static struct irqaction au1x_rtcmatch2_irqaction = {