From: Joern Engel Date: Tue, 30 May 2006 12:25:35 +0000 (+0200) Subject: [MTD] Disconnect struct mtd_info from ABI X-Git-Tag: v2.6.18-rc1~1105^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c619ea0e49c9306afa7ea53c3362fbc56ffd70;p=pandora-kernel.git [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 --- Reading git-diff-tree failed