[PATCH] staging/crystalhd: fix build on powerpc

From: Jarod Wilson
Date: Wed Jan 20 2010 - 17:29:30 EST



From: Dave Airlie <airlied@xxxxxxxxxx>
Date: Wed, 20 Jan 2010 15:38:58 -0500
Subject: staging/crystalhd: fix build on powerpc

Add necessary include to fix build on PowerPC

Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx>
Signed-off-by: Jarod Wilson <jarod@xxxxxxxxxx>
---
drivers/staging/crystalhd/crystalhd_lnx.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/crystalhd/crystalhd_lnx.h b/drivers/staging/crystalhd/crystalhd_lnx.h
index d3f9fc4..d338ae9 100644
--- a/drivers/staging/crystalhd/crystalhd_lnx.h
+++ b/drivers/staging/crystalhd/crystalhd_lnx.h
@@ -40,6 +40,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/pagemap.h>
+#include <linux/vmalloc.h>

#include <asm/io.h>
#include <asm/irq.h>
--
1.6.5.2

--
Jarod Wilson
jarod@xxxxxxxxxx

--
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/