Commit 8618580f authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by Linus Torvalds

[PATCH] add include uaccess.h to drivers/char/sx.c

parent df27e778
......@@ -207,7 +207,6 @@
#include <linux/module.h>
#include <linux/config.h>
#include <linux/kdev_t.h>
#include <asm/io.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/ioport.h>
......@@ -227,6 +226,9 @@
#include <linux/miscdevice.h>
#include <linux/bitops.h>
#include <asm/io.h>
#include <asm/uaccess.h>
/* The 3.0.0 version of sxboards/sxwindow.h uses BYTE and WORD.... */
#define BYTE u8
#define WORD u16
......
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