[MTD] add get and put methods
authorArtem Bityutskiy <dedekind@infradead.org>
Wed, 11 Oct 2006 11:52:45 +0000 (14:52 +0300)
committerArtem Bityutskiy <dedekind@infradead.org>
Wed, 29 Nov 2006 15:04:53 +0000 (17:04 +0200)
commit9fe912cea32aec18f860c95e8574410b5892481b
tree3efcd1c31f2af29b4357164d5891cfdbe6f3e052
parent7799308f34d3c3371a319559687c78c0f2506fcf
[MTD] add get and put methods

This patch adds get_device() and put_device() methods to the MTD description
structure (struct mtd_info). These methods are called by MTD whenever the MTD
device is get or put. They are needed when the underlying driver is something
smarter then just flash chip driver, for example UBI.

Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
drivers/mtd/mtdcore.c
include/linux/mtd/mtd.h