提交 70e51015 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds

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

Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册