[MTD] remove a forgotten MTD_XIP
MTD_XIP definition was removed in an earlier patch. This invocation was left by mistake. Signed-off-by: Joern Engel <joern@wh.fh-wedel.de>
This commit is contained in:
parent
7e9a0bb00c
commit
e1219724be
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ static int __init ms02nv_init_one(ulong addr)
|
|||
mp->uaddr = phys_to_virt(fixaddr);
|
||||
|
||||
mtd->type = MTD_RAM;
|
||||
mtd->flags = MTD_CAP_RAM | MTD_XIP;
|
||||
mtd->flags = MTD_CAP_RAM;
|
||||
mtd->size = fixsize;
|
||||
mtd->name = (char *)ms02nv_name;
|
||||
mtd->owner = THIS_MODULE;
|
||||
|
|
Loading…
Reference in a new issue