aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/tsunami_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/maps/tsunami_flash.c')
-rw-r--r--drivers/mtd/maps/tsunami_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/tsunami_flash.c b/drivers/mtd/maps/tsunami_flash.c
index 9e21e6c02f80..0f915ac3102e 100644
--- a/drivers/mtd/maps/tsunami_flash.c
+++ b/drivers/mtd/maps/tsunami_flash.c
@@ -62,7 +62,7 @@ static void tsunami_flash_copy_to(
62static struct map_info tsunami_flash_map = { 62static struct map_info tsunami_flash_map = {
63 .name = "flash chip on the Tsunami TIG bus", 63 .name = "flash chip on the Tsunami TIG bus",
64 .size = MAX_TIG_FLASH_SIZE, 64 .size = MAX_TIG_FLASH_SIZE,
65 .phys = NO_XIP; 65 .phys = NO_XIP,
66 .bankwidth = 1, 66 .bankwidth = 1,
67 .read = tsunami_flash_read8, 67 .read = tsunami_flash_read8,
68 .copy_from = tsunami_flash_copy_from, 68 .copy_from = tsunami_flash_copy_from,