Skip to content

Commit

Permalink
[SPARC]: video/cg14.c and video/sbuslib.c build fixes
Browse files Browse the repository at this point in the history
Apparently these drivers now need uaccess.h

Signed-off-by: Robert Reif <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
IOBYTE authored and davem330 committed Feb 13, 2008
1 parent 96b5a46 commit 631a9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/cg14.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include <linux/uaccess.h>

#include <asm/io.h>
#include <asm/prom.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/video/sbuslib.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <linux/string.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include <linux/uaccess.h>

#include <asm/oplib.h>
#include <asm/fbio.h>
Expand Down

0 comments on commit 631a9dc

Please sign in to comment.