Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Alexey Dobriyan and committed by
Linus Torvalds
70e51015 cc0fa84a

+1 -1
+1 -1
drivers/mtd/maps/tsunami_flash.c
··· 62 62 static struct map_info tsunami_flash_map = { 63 63 .name = "flash chip on the Tsunami TIG bus", 64 64 .size = MAX_TIG_FLASH_SIZE, 65 - .phys = NO_XIP; 65 + .phys = NO_XIP, 66 66 .bankwidth = 1, 67 67 .read = tsunami_flash_read8, 68 68 .copy_from = tsunami_flash_copy_from,