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>
Esse commit está contido em:

commit de
Artem Bityutskiy

pai
8ea9eee903
commit
5153b88cac
@@ -428,7 +428,7 @@ static struct spi_driver sst25l_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = sst25l_probe,
|
||||
.remove = __devexit_p(sst25l_remove),
|
||||
.remove = sst25l_remove,
|
||||
};
|
||||
|
||||
module_spi_driver(sst25l_driver);
|
||||
|
Referência em uma nova issue
Block a user