]> err.no Git - linux-2.6/blobdiff - sound/ppc/tumbler.c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / sound / ppc / tumbler.c
index 71a7a97654298b8545184d20dd633bfab4317113..009df8dd37a8483a10987b948ecd3329dd1e556c 100644 (file)
@@ -1350,10 +1350,7 @@ int __init snd_pmac_tumbler_init(struct snd_pmac *chip)
        struct device_node *tas_node, *np;
        char *chipname;
 
-#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)