diff options
author | Robert Reif <reif@earthlink.net> | 2008-02-12 21:23:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-12 21:23:31 -0500 |
commit | 631a9dca60ddd7d84a08171a14828e9cfb667d48 (patch) | |
tree | cb4a278bdca3144229a619a4872a577fce6f00c0 /drivers/video/sbuslib.c | |
parent | 96b5a46e2a72dc1829370c87053e0cd558d58bc0 (diff) |
[SPARC]: video/cg14.c and video/sbuslib.c build fixes
Apparently these drivers now need uaccess.h
Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/sbuslib.c')
-rw-r--r-- | drivers/video/sbuslib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c index 963a454b7074..4deaac05b938 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/sbuslib.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/string.h> | 9 | #include <linux/string.h> |
10 | #include <linux/fb.h> | 10 | #include <linux/fb.h> |
11 | #include <linux/mm.h> | 11 | #include <linux/mm.h> |
12 | #include <linux/uaccess.h> | ||
12 | 13 | ||
13 | #include <asm/oplib.h> | 14 | #include <asm/oplib.h> |
14 | #include <asm/fbio.h> | 15 | #include <asm/fbio.h> |