mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[SPARC64]: constify of_get_property return: arch/sparc64
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8271f04242
commit
6a23acf390
11 changed files with 46 additions and 43 deletions
|
@ -627,7 +627,7 @@ static u64 prom_limit0, prom_limit1;
|
|||
static void map_prom_timers(void)
|
||||
{
|
||||
struct device_node *dp;
|
||||
unsigned int *addr;
|
||||
const unsigned int *addr;
|
||||
|
||||
/* PROM timer node hangs out in the top level of device siblings... */
|
||||
dp = of_find_node_by_path("/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue