X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fcore%2Fmemalloc.c;h=bc1e344e3bfcafb0fe9415318f04a0be0491e980;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=3cf0917741d60d555f7d7e6bfc438fa8f85538dc;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c index 3cf091774..bc1e344e3 100644 --- a/sound/core/memalloc.c +++ b/sound/core/memalloc.c @@ -807,7 +807,7 @@ static int snd_mem_proc_read(char *page, char **start, off_t off, static int __init snd_mem_init(void) { #ifdef CONFIG_PROC_FS - create_proc_read_entry("driver/snd-page-alloc", 0, 0, snd_mem_proc_read, NULL); + create_proc_read_entry("driver/snd-page-alloc", 0, NULL, snd_mem_proc_read, NULL); #endif preallocate_cards(); return 0;