forked from Minki/linux
[PATCH] tsunami_flash: fix "parse error before ';' token"
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
cc0fa84a01
commit
70e5101576
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user