1
0
Fork 0

ALSA: pcm - Add missing inclusion of linux/vmalloc.h

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Takashi Iwai 2009-12-21 12:41:37 +01:00
parent ad8decb7f5
commit ee7c343c01
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <linux/time.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/vmalloc.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/info.h>