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:

committed by
Artem Bityutskiy

parent
8ea9eee903
commit
5153b88cac
@@ -326,7 +326,7 @@ mtd_pci_remove(struct pci_dev *dev)
|
||||
static struct pci_driver mtd_pci_driver = {
|
||||
.name = "MTD PCI",
|
||||
.probe = mtd_pci_probe,
|
||||
.remove = __devexit_p(mtd_pci_remove),
|
||||
.remove = mtd_pci_remove,
|
||||
.id_table = mtd_pci_ids,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user