summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/vrc4171_card.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:26:05 +0100
committerGreg Kroah-Hartman2012-11-28 21:10:16 +0100
commite765a02cb64bfef53f290122ca0897ef329a4e76 (patch)
tree0d2e1cafa3ae4428c7d8e9d11830832b21955e89 /drivers/pcmcia/vrc4171_card.c
parentpcmcia: remove use of __devinitdata (diff)
downloadkernel-qcow2-linux-e765a02cb64bfef53f290122ca0897ef329a4e76.tar.gz
kernel-qcow2-linux-e765a02cb64bfef53f290122ca0897ef329a4e76.tar.xz
kernel-qcow2-linux-e765a02cb64bfef53f290122ca0897ef329a4e76.zip
pcmcia: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pcmcia/vrc4171_card.c')
-rw-r--r--drivers/pcmcia/vrc4171_card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/vrc4171_card.c b/drivers/pcmcia/vrc4171_card.c
index 287d73be203c..75806be344e5 100644
--- a/drivers/pcmcia/vrc4171_card.c
+++ b/drivers/pcmcia/vrc4171_card.c
@@ -746,7 +746,7 @@ static int vrc4171_card_init(void)
return 0;
}
-static void __devexit vrc4171_card_exit(void)
+static void vrc4171_card_exit(void)
{
free_irq(vrc4171_irq, vrc4171_sockets);
vrc4171_remove_sockets();