mixart: Add missing vmalloc.h include
authorFrank Lichtenheld <[email protected]>
Tue, 17 Jul 2007 17:50:53 +0000 (19:50 +0200)
committerLinus Torvalds <[email protected]>
Tue, 17 Jul 2007 20:53:29 +0000 (13:53 -0700)
Fixes the following build error:
  CC      sound/pci/mixart/mixart_hwdep.o
sound/pci/mixart/mixart_hwdep.c: In function ‘mixart_hwdep_dsp_load’:
sound/pci/mixart/mixart_hwdep.c:610: error: implicit declaration of function ‘vmalloc’
sound/pci/mixart/mixart_hwdep.c:617: error: implicit declaration of function ‘vfree’

Signed-off-by: Frank Lichtenheld <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
sound/pci/mixart/mixart_hwdep.c

index 1d9232d2db342c0569f468f1df036e9b2e5e2da7..170781a72292c1bef14fd861b0099cb24048897f 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/interrupt.h>
 #include <linux/pci.h>
 #include <linux/firmware.h>
+#include <linux/vmalloc.h>
 #include <asm/io.h>
 #include <sound/core.h>
 #include "mixart.h"