diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-22 21:19:18 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-22 21:19:18 +0100 |
commit | 8232932d32c12e35d0dc9311221ea1945f4efc8e (patch) | |
tree | d5eb9a727ca31c5f0c3b1f2a76850e294eae199d /sound/pci | |
parent | 4f86f120d9d65b3a8f17e48dca1f991d861b5cd7 (diff) | |
download | blackbird-op-linux-8232932d32c12e35d0dc9311221ea1945f4efc8e.tar.gz blackbird-op-linux-8232932d32c12e35d0dc9311221ea1945f4efc8e.zip |
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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index b8ddbb18f141..0f82bb5f42ea 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> |