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-Tag: v2.6.25-rc3~125^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=631a9dca60ddd7d84a08171a14828e9cfb667d48;p=karo-tx-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 41f6dbf61be7..fdc9f43ec30a 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 963a454b7074..4deaac05b938 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/sbuslib.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include