[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>
This commit is contained in:
Robert Reif
2008-02-12 18:23:31 -08:00
committed by David S. Miller
부모 96b5a46e2a
커밋 631a9dca60
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -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>