powerpc: Wire up /proc/vmallocinfo to our ioremap()
[deliverable/linux.git] / arch / powerpc / platforms / iseries / setup.c
index 24519b96d6ad07b22bf1d64cd419fb603076aa61..a6cd3394feaa4d5baa313a51475209ae0382cd98 100644 (file)
@@ -617,7 +617,7 @@ static void iseries_dedicated_idle(void)
 }
 
 static void __iomem *iseries_ioremap(phys_addr_t address, unsigned long size,
-                                    unsigned long flags)
+                                    unsigned long flags, void *caller)
 {
        return (void __iomem *)address;
 }
This page took 0.024728 seconds and 5 git commands to generate.