isa: Make the remove callback for isa drivers return void
[sfrench/cifs-2.6.git] / sound / isa / cs423x / cs4236.c
index fa3c39cff5f854a88b602feb832fa174624f3a84..24688271e73fa1007507840456aaabb5803e9c4e 100644 (file)
@@ -487,11 +487,10 @@ static int snd_cs423x_isa_probe(struct device *pdev,
        return 0;
 }
 
-static int snd_cs423x_isa_remove(struct device *pdev,
+static void snd_cs423x_isa_remove(struct device *pdev,
                                 unsigned int dev)
 {
        snd_card_free(dev_get_drvdata(pdev));
-       return 0;
 }
 
 #ifdef CONFIG_PM