Commit 631a9dca authored by Robert Reif's avatar Robert Reif Committed by David S. Miller

[SPARC]: video/cg14.c and video/sbuslib.c build fixes

Apparently these drivers now need uaccess.h
Signed-off-by: default avatarRobert Reif <reif@earthlink.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 96b5a46e
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment