commit | a8cc20999799a94929a56393ff39b32245e33d64 | [log] [tgz] |
---|---|---|
author | Knut Petersen <Knut_Petersen@t-online.de> | Thu Aug 22 14:36:16 2013 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Aug 22 23:24:00 2013 +0200 |
tree | 152006c9c3dfbb1067f5402009a26923e556f9fa | |
parent | e58a244ff9ae264df1bf0fc8f09ecc135dbe3d0f [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>
diff --git a/sound/pci/rme96.c b/sound/pci/rme96.c index 9d2a81f..bb9ebc5 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>