]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/ppc/daca.c
autofs4: add missing kfree
[linux-2.6-omap-h63xx.git] / sound / ppc / daca.c
index 8432c16cd6ffb9cdb86d5a2d37a2a09a8e55b733..8a5b29031933a09f1a9d1ef047ee2a1db93364c4 100644 (file)
@@ -249,10 +249,7 @@ int __init snd_pmac_daca_init(struct snd_pmac *chip)
        int i, err;
        struct pmac_daca *mix;
 
-#ifdef CONFIG_KMOD
-       if (current->fs->root)
-               request_module("i2c-powermac");
-#endif /* CONFIG_KMOD */       
+       request_module("i2c-powermac");
 
        mix = kzalloc(sizeof(*mix), GFP_KERNEL);
        if (! mix)