Commit 70e51015 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds

[PATCH] tsunami_flash: fix "parse error before ';' token"

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent cc0fa84a
...@@ -62,7 +62,7 @@ static void tsunami_flash_copy_to( ...@@ -62,7 +62,7 @@ static void tsunami_flash_copy_to(
static struct map_info tsunami_flash_map = { static struct map_info tsunami_flash_map = {
.name = "flash chip on the Tsunami TIG bus", .name = "flash chip on the Tsunami TIG bus",
.size = MAX_TIG_FLASH_SIZE, .size = MAX_TIG_FLASH_SIZE,
.phys = NO_XIP; .phys = NO_XIP,
.bankwidth = 1, .bankwidth = 1,
.read = tsunami_flash_read8, .read = tsunami_flash_read8,
.copy_from = tsunami_flash_copy_from, .copy_from = tsunami_flash_copy_from,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment