diff options
-rw-r--r-- | drivers/pcmcia/yenta_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index 737fe5d87c40..b459e87a30ac 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c | |||
@@ -717,7 +717,7 @@ static void yenta_free_resources(struct yenta_socket *socket) | |||
717 | /* | 717 | /* |
718 | * Close it down - release our resources and go home.. | 718 | * Close it down - release our resources and go home.. |
719 | */ | 719 | */ |
720 | static void yenta_close(struct pci_dev *dev) | 720 | static void __devexit yenta_close(struct pci_dev *dev) |
721 | { | 721 | { |
722 | struct yenta_socket *sock = pci_get_drvdata(dev); | 722 | struct yenta_socket *sock = pci_get_drvdata(dev); |
723 | 723 | ||