Skip to content

Commit

Permalink
Staging: crystalhd: fix build on powerpc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Airlie authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent cffd4e1 commit 5fe6801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/crystalhd/crystalhd_lnx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5fe6801

Please sign in to comment.