[MTD] Disconnect struct mtd_info from ABI
authorJoern Engel <joern@wh.fh-wedel.de>
Tue, 30 May 2006 12:25:35 +0000 (14:25 +0200)
committerJoern Engel <joern@wh.fh-wedel.de>
Tue, 30 May 2006 12:25:35 +0000 (14:25 +0200)
mtdchar.c direcly copied part of struct mtd_info to userspace, thereby
implicitly making it part of the ABI.  With this patch, struct
mtd_info is independent of the ABI and can have its fields removed,
reordered, etc.

Signed-off-by: Joern Engel <joern@wh.fh-wedel.de>
drivers/mtd/mtdchar.c

Simple merge