]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mtd/maps/tsunami_flash.c
[MTD] [MAPS] fix platform driver hotplug/coldplug
[linux-2.6-omap-h63xx.git] / drivers / mtd / maps / tsunami_flash.c
index 9e21e6c02f80df8af03aec9fdd9f0d8cd6cfd062..0f915ac3102e21dba8a8b9fc5c9a5624f20ff183 100644 (file)
@@ -62,7 +62,7 @@ static void tsunami_flash_copy_to(
 static struct map_info tsunami_flash_map = {
        .name = "flash chip on the Tsunami TIG bus",
        .size = MAX_TIG_FLASH_SIZE,
-       .phys = NO_XIP;
+       .phys = NO_XIP,
        .bankwidth = 1,
        .read = tsunami_flash_read8,
        .copy_from = tsunami_flash_copy_from,