Skip to content

Commit b3bcf42

Browse files
scullp: Include <linux/uaccess.h> header for copy_*_user()
Signed-off-by: Javier Martinez Canillas <[email protected]>
1 parent b86423a commit b3bcf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scullp/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <linux/seq_file.h>
2828
#include <linux/fcntl.h> /* O_ACCMODE */
2929
#include <linux/aio.h>
30-
#include <asm/uaccess.h>
30+
#include <linux/uaccess.h>
3131
#include "scullp.h" /* local definitions */
3232

3333

0 commit comments

Comments
 (0)