]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/i2c/l3/uda1341.c
[ALSA] Remove sound/driver.h
[linux-2.6-omap-h63xx.git] / sound / i2c / l3 / uda1341.c
index 746500e0695038d547a0d5bc5b43c4c02487b1d2..bfa5d2c3608bfed3d412165357a3889b4205d24e 100644 (file)
@@ -19,7 +19,6 @@
 
 /* $Id: uda1341.c,v 1.18 2005/11/17 14:17:21 tiwai Exp $ */
 
-#include <sound/driver.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/types.h>
@@ -517,9 +516,9 @@ static void __devinit snd_uda1341_proc_init(struct snd_card *card, struct l3_cli
        struct snd_info_entry *entry;
 
        if (! snd_card_proc_new(card, "uda1341", &entry))
-               snd_info_set_text_ops(entry, clnt, 1024, snd_uda1341_proc_read);
+               snd_info_set_text_ops(entry, clnt, snd_uda1341_proc_read);
        if (! snd_card_proc_new(card, "uda1341-regs", &entry))
-               snd_info_set_text_ops(entry, clnt, 1024, snd_uda1341_proc_regs_read);
+               snd_info_set_text_ops(entry, clnt, snd_uda1341_proc_regs_read);
 }
 
 /* }}} */