]> err.no Git - linux-2.6/blobdiff - sound/core/wrappers.c
[PATCH] remove verify_area(): remove or edit references to verify_area in Documentation/
[linux-2.6] / sound / core / wrappers.c
index 9f393023c32798bb932e462180adad183bec6e6b..508e6d67ee19ac39255656bbb07065ede0fea06e 100644 (file)
@@ -27,7 +27,7 @@
 #include <linux/fs.h>
 
 #ifdef CONFIG_SND_DEBUG_MEMORY
-void *snd_wrapper_kmalloc(size_t size, int flags)
+void *snd_wrapper_kmalloc(size_t size, unsigned int __nocast flags)
 {
        return kmalloc(size, flags);
 }