mtd: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
Bill Pemberton
2012-11-19 13:26:04 -05:00
committed by Artem Bityutskiy
szülő 5e75e86e6d
commit 810b7e060c
46 fájl változott, egészen pontosan 50 új sor hozzáadva és 50 régi sor törölve

Fájl megtekintése

@@ -433,7 +433,7 @@ static int __init block2mtd_init(void)
}
static void __devexit block2mtd_exit(void)
static void block2mtd_exit(void)
{
struct list_head *pos, *next;