From: Robert Reif Date: Wed, 13 Feb 2008 02:23:31 +0000 (-0800) Subject: [SPARC]: video/cg14.c and video/sbuslib.c build fixes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=631a9dca60ddd7d84a08171a14828e9cfb667d48;p=linux.git [SPARC]: video/cg14.c and video/sbuslib.c build fixes Apparently these drivers now need uaccess.h Signed-off-by: Robert Reif Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/drivers/video/cg14.c b/drivers/video/cg14.c index 41f6dbf61be71..fdc9f43ec30a7 100644 --- a/drivers/video/cg14.c +++ b/drivers/video/cg14.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c index 963a454b70741..4deaac05b9380 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/sbuslib.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include