Browse Source

Staging: crystalhd: fix build on powerpc

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>
Dave Airlie 15 years ago
parent
commit
5fe68019c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/crystalhd/crystalhd_lnx.h

+ 1 - 0
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>