Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dave Airlie and committed by
Greg Kroah-Hartman
5fe68019 cffd4e16

+1
+1
drivers/staging/crystalhd/crystalhd_lnx.h
··· 40 40 #include <linux/init.h> 41 41 #include <linux/interrupt.h> 42 42 #include <linux/pagemap.h> 43 + #include <linux/vmalloc.h> 43 44 44 45 #include <asm/io.h> 45 46 #include <asm/irq.h>