Skip to content

Commit

Permalink
Staging: dt3155: add needed #include
Browse files Browse the repository at this point in the history
This is needed so the code properly builds

Cc: Scott Smedley <ss@aao.gov.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Mar 4, 2010
1 parent aa337ef commit ae7fd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/dt3155/dt3155_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ MODULE_LICENSE("GPL");
#include <linux/pci.h>
#include <linux/types.h>
#include <linux/poll.h>
#include <linux/sched.h>

#include <asm/io.h>
#include <asm/uaccess.h>
Expand Down

0 comments on commit ae7fd7b

Please sign in to comment.