mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
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>
This commit is contained in:
parent
cffd4e16cd
commit
5fe68019c6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user