[SPARC64]: constify of_get_property return: arch/sparc64
[linux-drm-fsl-dcu.git] / arch / sparc64 / kernel / irq.c
index d1bb3b3f26391e16d603e4442b880e4c2f3ac410..6241e3dbbd57da010b676c43f1a744357a7efe42 100644 (file)
@@ -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("/");