[2.6 patch] sound/drivers/vx/vx_hwdep.c should #include <linux/vmalloc.h>

From: Adrian Bunk
Date: Mon Nov 07 2005 - 15:03:56 EST


This is required for always getting the vmalloc()/vfree() prototypes.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.14-mm1-full/sound/drivers/vx/vx_hwdep.c.old 2005-11-07 18:48:50.000000000 +0100
+++ linux-2.6.14-mm1-full/sound/drivers/vx/vx_hwdep.c 2005-11-07 18:49:04.000000000 +0100
@@ -23,6 +23,7 @@
#include <sound/driver.h>
#include <linux/device.h>
#include <linux/firmware.h>
+#include <linux/vmalloc.h>
#include <sound/core.h>
#include <sound/hwdep.h>
#include <sound/vx_core.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/