[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)
commit7799308f34d3c3371a319559687c78c0f2506fcf
tree2e4f48326e848060aa8ffe104887a8d1d5bb1759
parent29072b96078ffde36f03d51e6b5d0cff1ba8c7df
[MTD] add get_mtd_device_nm() function

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>
drivers/mtd/mtdcore.c
include/linux/mtd/mtd.h