| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, devicetree-discuss@lists.ozlabs.org, Grant Likely <grant.likely@secretlab.ca>, Rob Herring <rob.herring@calxeda.com> |
|---|---|
| Subject: | [PATCH v6 2/5] MIPS: Don't define early_init_devtree() and device_tree_init() in prom.c for CPU_CAVIUM_OCTEON |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Wed, 29 Feb 2012 16:56:59 -0800 |
| Authentication-results: | mr.google.com; spf=pass (google.com: domain of ddaney.cavm@gmail.com designates 10.100.212.4 as permitted sender) smtp.mail=ddaney.cavm@gmail.com; dkim=pass header.i=ddaney.cavm@gmail.com |
| Cc: | linux-kernel@vger.kernel.org, David Daney <david.daney@cavium.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=wAGQX8lcMO9izpgUahDOm4Axwj1rxFTJWe9QkEmdyNE=; b=ad/67eeit0xyZD5m78t/mbx6pAjVC0iBK4Tw5DE1gakM4J0FM7i7+3EVB1zRRq2g/E rmS6TDBIAxYpxE+2AgQA1CKnDeqJsEg998rQeMW0jtUdVCCfAC+dS6BK/nFZzjou4FkO GwYPW76IjXgTmL4P+EL/q8uBRf8CVWfzwMgnU= |
| In-reply-to: | <1330563422-14078-1-git-send-email-ddaney.cavm@gmail.com> |
| References: | <1330563422-14078-1-git-send-email-ddaney.cavm@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com>
This code is not common enough to be in a shared file, so OCTEON defines
it's own versions.
When the last of this target specific code is moved out, we can remove
all of this.
Signed-off-by: David Daney <david.daney@cavium.com>
---
arch/mips/kernel/prom.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/prom.c b/arch/mips/kernel/prom.c
index 558b539..4aaa5c0 100644
--- a/arch/mips/kernel/prom.c
+++ b/arch/mips/kernel/prom.c
@@ -60,6 +60,7 @@ void __init early_init_dt_setup_initrd_arch(unsigned long
start,
}
#endif
+#ifndef CONFIG_CPU_CAVIUM_OCTEON
void __init early_init_devtree(void *params)
{
/* Setup flat device-tree pointer */
@@ -95,3 +96,4 @@ void __init device_tree_init(void)
/* free the space reserved for the dt blob */
free_mem_mach(base, size);
}
+#endif /* !CONFIG_CPU_CAVIUM_OCTEON */
--
1.7.2.3
|
| Previous by Date: | [PATCH v6 0/5] MIPS: Octeon: Use Device Tree., David Daney |
|---|---|
| Next by Date: | [PATCH v6 3/5] MIPS: Octeon: Add irq handlers for GPIO interrupts., David Daney |
| Previous by Thread: | [PATCH v6 0/5] MIPS: Octeon: Use Device Tree., David Daney |
| Next by Thread: | [PATCH v6 3/5] MIPS: Octeon: Add irq handlers for GPIO interrupts., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |