[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)
commit73c619ea0e49c9306afa7ea53c3362fbc56ffd70
treed71189bae015f56bf72e7421d4cf1a307b3c1fb8
parent92cbfdcc3661d7670b01b92b89811cd3a2412297
[MTD] Disconnect struct mtd_info from ABI

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