Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[linux-2.6-block.git] / drivers / tty / vt / selection.c
index 368ce1803e8f229e3cfc0be9ddd405d52b34e6f1..36e1b8c7680f1d8fc5a64ba16e2fc52a0a379b40 100644 (file)
@@ -16,7 +16,7 @@
 #include <linux/slab.h>
 #include <linux/types.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #include <linux/kbd_kern.h>
 #include <linux/vt_kern.h>