Commit 7f714914 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] compile fix for rio_linux.c

Missing <uaccess.h>
parent f7079628
......@@ -60,6 +60,7 @@
#include <linux/init.h>
#include <linux/generic_serial.h>
#include <asm/uaccess.h>
#if BITS_PER_LONG != 32
# error FIXME: this driver only works on 32-bit platforms
......
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