Skip to content

Commit

Permalink
mixart: Add missing vmalloc.h include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
flichtenheld authored and Linus Torvalds committed Jul 17, 2007
1 parent bec85e8 commit 44052e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/mixart/mixart_hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 44052e0

Please sign in to comment.