Commit 409ef74a1558f4550de677957d1d136f1e5b03b3

Authored by Andrew Morton
Committed by Linus Torvalds
1 parent 3aef1bde14

[PATCH] vx_hwdep.c needs vmalloc.h

sound/drivers/vx/vx_hwdep.c: In function `free_fw':
sound/drivers/vx/vx_hwdep.c:144: error: implicit declaration of function `vfree'
sound/drivers/vx/vx_hwdep.c: In function `vx_hwdep_dsp_load':
sound/drivers/vx/vx_hwdep.c:163: error: implicit declaration of function `vmalloc'

Cc: Jaroslav Kysela <perex@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/drivers/vx/vx_hwdep.c
... ... @@ -23,6 +23,7 @@
23 23 #include <sound/driver.h>
24 24 #include <linux/device.h>
25 25 #include <linux/firmware.h>
  26 +#include <linux/vmalloc.h>
26 27 #include <sound/core.h>
27 28 #include <sound/hwdep.h>
28 29 #include <sound/vx_core.h>