[<prev] [next>] [day] [month] [year] [list]
Message-Id: <11846946531651-git-send-email-frank@lichtenheld.de>
Date: Tue, 17 Jul 2007 19:50:53 +0200
From: Frank Lichtenheld <frank@...htenheld.de>
To: perex@...e.cz
Cc: torvalds@...ux-foundation.org, trivial@...nel.org,
linux-kernel@...r.kernel.org,
Frank Lichtenheld <frank@...htenheld.de>
Subject: [PATCH] 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 <frank@...htenheld.de>
---
sound/pci/mixart/mixart_hwdep.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Against linus' tree from today
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"
--
1.5.1.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists