We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf7b42 commit 8a5879aCopy full SHA for 8a5879a
examples/chardev2.c
@@ -11,6 +11,7 @@
11
#include <linux/module.h> /* Specifically, a module */
12
#include <linux/printk.h>
13
#include <linux/types.h>
14
+#include <linux/uaccess.h> /* for get_user and put_user */
15
16
#include <asm/errno.h>
17
0 commit comments