From: Artem Bityutskiy Date: Tue, 30 Jan 2007 08:50:43 +0000 (+0200) Subject: [MTD] remove unused ecctype,eccsize fields from struct mtd_info X-Git-Tag: v2.6.21-rc1~66^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f60710568db5cec1a76c1d1e261b239f9ef809;p=pandora-kernel.git [MTD] remove unused ecctype,eccsize fields from struct mtd_info Remove unused and broken mtd->ecctype and mtd->eccsize fields from struct mtd_info. Do not remove them from userspace API data structures (don't want to breake userspace) but mark them as obsolete by a comment. Any userspace program which uses them should be half-broken anyway, so this is more about saving data structure size. Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed