[SPARC64]: Kill unused local vars in map_prom_timers().

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-06-22 20:23:56 -07:00
Родитель 25c7581bcd
Коммит 92c4e22593
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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("/");