diff options
Diffstat (limited to 'include/sound/driver.h')
-rw-r--r-- | include/sound/driver.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/sound/driver.h b/include/sound/driver.h index 7973e0c05ae..3f0416ac24d 100644 --- a/include/sound/driver.h +++ b/include/sound/driver.h @@ -44,17 +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, gfp_t); -#undef kmalloc -void snd_wrapper_kfree(const void *); -#undef kfree -#endif - #endif /* __SOUND_DRIVER_H */ |