]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-sa1100/pleb.c
[GFS2] don't call permission()
[linux-2.6-omap-h63xx.git] / arch / arm / mach-sa1100 / pleb.c
index e17b58fb9c9c310aa3cf91b3bb783ecd55e52b1c..c7bf7e0038f07922bb294860ed75c284fbb1a811 100644 (file)
@@ -6,7 +6,8 @@
 #include <linux/kernel.h>
 #include <linux/tty.h>
 #include <linux/ioport.h>
-#include <linux/device.h>
+#include <linux/platform_device.h>
+#include <linux/irq.h>
 
 #include <linux/mtd/partitions.h>
 
@@ -146,7 +147,6 @@ static void __init pleb_map_io(void)
 }
 
 MACHINE_START(PLEB, "PLEB")
-       .phys_ram       = 0xc0000000,
        .phys_io        = 0x80000000,
        .io_pg_offst    = ((0xf8000000) >> 18) & 0xfffc,
        .map_io         = pleb_map_io,