diff options
Diffstat (limited to 'drivers/misc/mei/main.c')
-rw-r--r-- | drivers/misc/mei/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c index 4782c582ae3..43fb52ff98a 100644 --- a/drivers/misc/mei/main.c +++ b/drivers/misc/mei/main.c | |||
@@ -882,7 +882,7 @@ end: | |||
882 | * mei_remove is called by the PCI subsystem to alert the driver | 882 | * mei_remove is called by the PCI subsystem to alert the driver |
883 | * that it should release a PCI device. | 883 | * that it should release a PCI device. |
884 | */ | 884 | */ |
885 | static void __devexit mei_remove(struct pci_dev *pdev) | 885 | static void mei_remove(struct pci_dev *pdev) |
886 | { | 886 | { |
887 | struct mei_device *dev; | 887 | struct mei_device *dev; |
888 | 888 | ||