[MTD] add get_mtd_device_nm() function
authorArtem Bityutskiy <dedekind@infradead.org>
Wed, 11 Oct 2006 11:52:44 +0000 (14:52 +0300)
committerArtem Bityutskiy <dedekind@infradead.org>
Wed, 29 Nov 2006 15:04:31 +0000 (17:04 +0200)
This patch adds one more function to the MTD interface to make it possible to
open MTD devices by their names, not only numbers. This is very handy in many
situations. Also, MTD device number depend on load order and may vary, while
names are fixed.

Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>

No differences found