sparc: Remove unused leon_trans_init
The function leon_trans_init is unused. Remove it and save us from figuring out what to do with a '<NULL>' node name. Cc: "David S. Miller" <davem@davemloft.net> Cc: sparclinux@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
88ca0557a0
commit
8119f042d0
@@ -484,20 +484,6 @@ static void leon_load_profile_irq(int cpu, unsigned int limit)
|
||||
{
|
||||
}
|
||||
|
||||
void __init leon_trans_init(struct device_node *dp)
|
||||
{
|
||||
if (strcmp(dp->type, "cpu") == 0 && strcmp(dp->name, "<NULL>") == 0) {
|
||||
struct property *p;
|
||||
p = of_find_property(dp, "mid", (void *)0);
|
||||
if (p) {
|
||||
int mid;
|
||||
dp->name = prom_early_alloc(5 + 1);
|
||||
memcpy(&mid, p->value, p->length);
|
||||
sprintf((char *)dp->name, "cpu%.2d", mid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
void leon_clear_profile_irq(int cpu)
|
||||
{
|
||||
|
Reference in New Issue
Block a user