diff options
-rw-r--r-- | arch/arm/mach-sa1100/collie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/collie.c b/arch/arm/mach-sa1100/collie.c index f9874ba60cc8..f26aeeab9e14 100644 --- a/arch/arm/mach-sa1100/collie.c +++ b/arch/arm/mach-sa1100/collie.c | |||
@@ -356,7 +356,7 @@ static void collie_flash_exit(void) | |||
356 | } | 356 | } |
357 | 357 | ||
358 | static struct flash_platform_data collie_flash_data = { | 358 | static struct flash_platform_data collie_flash_data = { |
359 | .map_name = "jedec_probe", | 359 | .map_name = "cfi_probe", |
360 | .init = collie_flash_init, | 360 | .init = collie_flash_init, |
361 | .set_vpp = collie_set_vpp, | 361 | .set_vpp = collie_set_vpp, |
362 | .exit = collie_flash_exit, | 362 | .exit = collie_flash_exit, |