mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 13:51:52 +00:00
[SPARC64]: Kill unused local vars in map_prom_timers().
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
25c7581bcd
commit
92c4e22593
1 changed files with 0 additions and 1 deletions
|
@ -638,7 +638,6 @@ static void map_prom_timers(void)
|
||||||
{
|
{
|
||||||
struct device_node *dp;
|
struct device_node *dp;
|
||||||
unsigned int *addr;
|
unsigned int *addr;
|
||||||
int tnode, err;
|
|
||||||
|
|
||||||
/* PROM timer node hangs out in the top level of device siblings... */
|
/* PROM timer node hangs out in the top level of device siblings... */
|
||||||
dp = of_find_node_by_path("/");
|
dp = of_find_node_by_path("/");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue