Commit 5fe68019 authored by Dave Airlie's avatar Dave Airlie Committed by Greg Kroah-Hartman

Staging: crystalhd: fix build on powerpc

Add necessary include to fix build on PowerPC
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cffd4e16
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment