Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / sound / isa / adlib.c
index 5105524..e6cd7c4 100644 (file)
@@ -97,10 +97,9 @@ out: snd_card_free(card);
        return error;
 }
 
-static int snd_adlib_remove(struct device *dev, unsigned int n)
+static void snd_adlib_remove(struct device *dev, unsigned int n)
 {
        snd_card_free(dev_get_drvdata(dev));
-       return 0;
 }
 
 static struct isa_driver snd_adlib_driver = {