diff options
Diffstat (limited to 'drivers/pcmcia/ds.c')
| -rw-r--r-- | drivers/pcmcia/ds.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index bd81aa64d011..5bd1b80424e7 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c @@ -350,7 +350,7 @@ static void pcmcia_card_remove(struct pcmcia_socket *s, struct pcmcia_device *le  	return;  } -static int pcmcia_device_remove(struct device *dev) +static void pcmcia_device_remove(struct device *dev)  {  	struct pcmcia_device *p_dev;  	struct pcmcia_driver *p_drv; @@ -389,8 +389,6 @@ static int pcmcia_device_remove(struct device *dev)  	/* references from pcmcia_device_probe */  	pcmcia_put_dev(p_dev);  	module_put(p_drv->owner); - -	return 0;  }  |