Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=44052e0d91757ecac4a2f659ea3e1a658dd6057e
Commit:     44052e0d91757ecac4a2f659ea3e1a658dd6057e
Parent:     bec85e8031f7d390643df27e74f8bc9715bb8224
Author:     Frank Lichtenheld <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 17 19:50:53 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 17 13:53:29 2007 -0700

    mixart: Add missing vmalloc.h include
    
    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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/mixart/mixart_hwdep.c b/sound/pci/mixart/mixart_hwdep.c
index 1d9232d..170781a 100644
--- a/sound/pci/mixart/mixart_hwdep.c
+++ b/sound/pci/mixart/mixart_hwdep.c
@@ -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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to