Skip to content

Commit

Permalink
[SPARC64]: Kill unused local vars in map_prom_timers().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 24, 2006
1 parent 25c7581 commit 92c4e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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("/");
Expand Down

0 comments on commit 92c4e22

Please sign in to comment.