]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: crystalhd: fix build on powerpc
authorDave Airlie <airlied@redhat.com>
Wed, 20 Jan 2010 22:29:10 +0000 (17:29 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:49 +0000 (16:42 -0800)
Add necessary include to fix build on PowerPC

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/crystalhd/crystalhd_lnx.h

index d3f9fc43d2d4525e7c75bee8a06ecdeac97021e1..d338ae97a4cfd5ea9d011bb7fb90d4870f667a9f 100644 (file)
@@ -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>