]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS: Prune some target specific code out of prom.c
authorDavid Daney <david.daney@cavium.com>
Thu, 5 Jul 2012 16:12:38 +0000 (18:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Jul 2012 16:12:38 +0000 (18:12 +0200)
commit594e966bc412d64eec9282d28ce511bdd62fea39
treeeed4250a36fafc0835fbdb0d9e96f71093d66825
parentf0fd8a48dddb8de29e1095b045b19d6ab4560f6b
MIPS: Prune some target specific code out of prom.c

This code is not common enough to be in a shared file.  It is also not
used by any existing boards, so just remove it.

[ralf@linux-mips.org: Dropped removal of irq_create_of_mapping which was
already removed by abd2363f6a5f1030b935e0bdc15cf917313b3b10
[irq_domain/mips: Allow irq_domain on MIPS].  Moved device_tree_init() and
dependencies to its sole user, the XLP code.]

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: grant.likely@secretlab.ca
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2946/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/prom.h
arch/mips/kernel/prom.c
arch/mips/netlogic/xlp/Makefile
arch/mips/netlogic/xlp/of.c [new file with mode: 0644]