From: Brian Norris Date: Wed, 31 Aug 2011 01:45:39 +0000 (-0700) Subject: mtd: move mtd_oob_mode_t to shared kernel/user space X-Git-Tag: v3.2-rc1~14^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905c6bcdb42616da717a9bd6c0c5870dbd90b09e;p=pandora-kernel.git mtd: move mtd_oob_mode_t to shared kernel/user space We will want to use the MTD_OOB_{PLACE,AUTO,RAW} modes in user-space applications through the introduction of new ioctls, so we should make this enum a shared type. This enum is now anonymous. Artem: tweaked the patch. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed