cris: remove arch specific early DT functions
authorRob Herring <robh@kernel.org>
Fri, 5 Jan 2018 22:09:38 +0000 (16:09 -0600)
committerRob Herring <robh@kernel.org>
Tue, 30 Jan 2018 17:15:54 +0000 (11:15 -0600)
commit0fbc0b67a89d756ae3a839be01440e54348159a0
tree12a7369248d6e290cc06fd5887a4f9b630094528
parent5fbd55d21e562977773217828fcfa33cc44b16ac
cris: remove arch specific early DT functions

Now that the DT core code handles bootmem arches, we can remove the cris
specific early_init_dt_alloc_memory_arch function. As the default
early_init_dt_add_memory_arch just does a WARN, we can just remove the
entire devicetree.c file.

Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: linux-cris-kernel@axis.com
Signed-off-by: Rob Herring <robh@kernel.org>
arch/cris/kernel/Makefile
arch/cris/kernel/devicetree.c [deleted file]