Skip to content

Commit

Permalink
[MTD] remove a forgotten MTD_XIP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joern Engel committed May 30, 2006
1 parent 7e9a0bb commit e121972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/devices/ms02-nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e121972

Please sign in to comment.