[SPARC64]: Kill unused local vars in map_prom_timers().
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 23 Jun 2006 03:23:56 +0000 (20:23 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 24 Jun 2006 06:15:38 +0000 (23:15 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/irq.c

index 2d00ccf..31e0fbb 100644 (file)
@@ -638,7 +638,6 @@ static void map_prom_timers(void)
 {
        struct device_node *dp;
        unsigned int *addr;
-       int tnode, err;
 
        /* PROM timer node hangs out in the top level of device siblings... */
        dp = of_find_node_by_path("/");