summaryrefslogtreecommitdiff
path: root/include/sound/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/driver.h')
-rw-r--r--include/sound/driver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/driver.h b/include/sound/driver.h
index 1ec2fae050a6..7973e0c05ae3 100644
--- a/include/sound/driver.h
+++ b/include/sound/driver.h
@@ -55,10 +55,6 @@ void *snd_wrapper_kmalloc(size_t, gfp_t);
#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 */