WSL2-Linux-Kernel/arch/mips/netlogic/xlp
Jayachandran C e363bbac31 MIPS: Netlogic: replace early_init_devtree() call
The early_init_devtree() API was removed in linux-next for 3.13 with
commit "mips: use early_init_dt_scan". This causes Netlogic XLP compile
to fail:

arch/mips/netlogic/xlp/setup.c:101: undefined reference to `early_init_devtree'

Add xlp_early_init_devtree() which uses the __dt_setup_arch() to
handle early device tree related initialization to fix this.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
2013-11-06 16:14:04 -06:00
..
Makefile MIPS: Netlogic: Add support for USB on XLP2xx 2013-09-03 23:22:20 +02:00
cop2-ex.c MIPS: Netlogic: COP2 save/restore code 2013-06-13 17:46:41 +02:00
dt.c MIPS: Netlogic: replace early_init_devtree() call 2013-11-06 16:14:04 -06:00
nlm_hal.c MIPS: Netlogic: Add support for USB on XLP2xx 2013-09-03 23:22:20 +02:00
setup.c MIPS: Netlogic: replace early_init_devtree() call 2013-11-06 16:14:04 -06:00
usb-init-xlp2.c MIPS: Netlogic: Add support for USB on XLP2xx 2013-09-03 23:22:20 +02:00
usb-init.c MIPS: Netlogic: Add support for USB on XLP2xx 2013-09-03 23:22:20 +02:00
wakeup.c MIPS: Netlogic: Core wakeup changes for XLP2XX 2013-09-03 23:22:19 +02:00