diff options
Diffstat (limited to 'include/sound/driver.h')
-rw-r--r-- | include/sound/driver.h | 4 |
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); | |||
55 | #undef kmalloc | 55 | #undef kmalloc |
56 | void snd_wrapper_kfree(const void *); | 56 | void snd_wrapper_kfree(const void *); |
57 | #undef kfree | 57 | #undef kfree |
58 | void *snd_wrapper_vmalloc(size_t); | ||
59 | #undef vmalloc | ||
60 | void snd_wrapper_vfree(void *); | ||
61 | #undef vfree | ||
62 | #endif | 58 | #endif |
63 | 59 | ||
64 | #endif /* __SOUND_DRIVER_H */ | 60 | #endif /* __SOUND_DRIVER_H */ |