mtd: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p 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:

کامیت شده توسط
Artem Bityutskiy

والد
8ea9eee903
کامیت
5153b88cac
@@ -920,7 +920,7 @@ static struct spi_driver dataflash_driver = {
|
||||
},
|
||||
|
||||
.probe = dataflash_probe,
|
||||
.remove = __devexit_p(dataflash_remove),
|
||||
.remove = dataflash_remove,
|
||||
|
||||
/* FIXME: investigate suspend and resume... */
|
||||
};
|
||||
|
مرجع در شماره جدید
Block a user