[ARM] 4482/1: ns9xxx: fix compilation for mach-type CC9P9360JS

I must have written the patch introducing support for this machine
deep in the night...

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Uwe Kleine-König and committed by Russell King 3f20246b 9a79b227

+2 -1
+1
arch/arm/mach-ns9xxx/Makefile
··· 1 1 obj-y := irq.o time.o generic.o 2 2 3 3 obj-$(CONFIG_MACH_CC9P9360DEV) += mach-cc9p9360dev.o 4 + obj-$(CONFIG_MACH_CC9P9360JS) += mach-cc9p9360js.o 4 5 5 6 obj-$(CONFIG_BOARD_A9M9750DEV) += board-a9m9750dev.o 6 7 obj-$(CONFIG_BOARD_JSCC9P9360) += board-jscc9p9360.o
+1 -1
arch/arm/mach-ns9xxx/mach-cc9p9360js.c
··· 20 20 board_jscc9p9360_init_machine(); 21 21 } 22 22 23 - MACHINE_START(CC9P9360DEV, "Digi ConnectCore 9P 9360 on an JSCC9P9360 Devboard") 23 + MACHINE_START(CC9P9360JS, "Digi ConnectCore 9P 9360 on an JSCC9P9360 Devboard") 24 24 .map_io = ns9xxx_map_io, 25 25 .init_irq = ns9xxx_init_irq, 26 26 .init_machine = mach_cc9p9360js_init_machine,