[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20100120222910.GA9498@redhat.com>
Date: Wed, 20 Jan 2010 17:29:10 -0500
From: Jarod Wilson <jarod@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: greg@...ah.com
Subject: [PATCH] staging/crystalhd: fix build on powerpc
From: Dave Airlie <airlied@...hat.com>
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@...hat.com>
Signed-off-by: Jarod Wilson <jarod@...hat.com>
---
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@...hat.com
--
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