Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / powerpc / boot / of.c
index 8fb42b63ec5348a50c4d008b5eac04316afdc528..d16ee3e3f868eb2592822d63ecff77e07faeccc9 100644 (file)
@@ -173,7 +173,7 @@ static void *claim(unsigned long virt, unsigned long size, unsigned long align)
        return (void *) virt;
 }
 
-static void *of_try_claim(u32 size)
+static void *of_try_claim(unsigned long size)
 {
        unsigned long addr = 0;