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:

committed by
Artem Bityutskiy

szülő
5e75e86e6d
commit
810b7e060c
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user