summaryrefslogtreecommitdiff
path: root/sound/pci/rme96.c
diff options
context:
space:
mode:
authorKnut Petersen <Knut_Petersen@t-online.de>2013-08-22 14:36:16 +0200
committerTakashi Iwai <tiwai@suse.de>2013-08-22 23:24:00 +0200
commita8cc20999799a94929a56393ff39b32245e33d64 (patch)
tree152006c9c3dfbb1067f5402009a26923e556f9fa /sound/pci/rme96.c
parente58a244ff9ae264df1bf0fc8f09ecc135dbe3d0f (diff)
alsa/rme96: Add missing inclusion of linux/vmalloc.h
Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/rme96.c')
-rw-r--r--sound/pci/rme96.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme96.c b/sound/pci/rme96.c
index 9d2a81fcbdad..bb9ebc5543d7 100644
--- a/sound/pci/rme96.c
+++ b/sound/pci/rme96.c
@@ -28,6 +28,7 @@
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/module.h>
+#include <linux/vmalloc.h>
#include <sound/core.h>
#include <sound/info.h>