commit | 8232932d32c12e35d0dc9311221ea1945f4efc8e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 22 21:19:18 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 22 21:19:18 2012 +0100 |
tree | d5eb9a727ca31c5f0c3b1f2a76850e294eae199d | |
parent | 4f86f120d9d65b3a8f17e48dca1f991d861b5cd7 [diff] |
ALSA: hdsp: Add missing inclusion of linux/vmalloc.h Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index b8ddbb1..0f82bb5 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c
@@ -28,6 +28,7 @@ #include <linux/firmware.h> #include <linux/module.h> #include <linux/math64.h> +#include <linux/vmalloc.h> #include <sound/core.h> #include <sound/control.h>