diff options
Diffstat (limited to 'include/sound/driver.h')
-rw-r--r-- | include/sound/driver.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/sound/driver.h b/include/sound/driver.h index 0d12456ec3ae..3f0416ac24d9 100644 --- a/include/sound/driver.h +++ b/include/sound/driver.h @@ -44,21 +44,4 @@ #include <linux/module.h> -/* - * ========================================================================== - */ - -#ifdef CONFIG_SND_DEBUG_MEMORY -#include <linux/slab.h> -#include <linux/vmalloc.h> -void *snd_wrapper_kmalloc(size_t, unsigned int __nocast); -#undef kmalloc -void snd_wrapper_kfree(const void *); -#undef kfree -void *snd_wrapper_vmalloc(size_t); -#undef vmalloc -void snd_wrapper_vfree(void *); -#undef vfree -#endif - #endif /* __SOUND_DRIVER_H */ |