aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_net.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <[email protected]>2022-06-15 11:22:06 +0000
committerakpm <[email protected]>2022-07-18 00:31:39 +0000
commit376b0c266143a1dda162db6d5bc9b3a7f0ae97c9 (patch)
tree57b0c3e70c07cf9a7ce9edb11d822488f7830679 /fs/proc/proc_net.c
parentvmcoreinfo: include kallsyms symbols (diff)
downloadkernel-376b0c266143a1dda162db6d5bc9b3a7f0ae97c9.tar.gz
kernel-376b0c266143a1dda162db6d5bc9b3a7f0ae97c9.zip
proc: delete unused <linux/uaccess.h> includes
Those aren't necessary after seq files won. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Alexey Dobriyan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'fs/proc/proc_net.c')
-rw-r--r--fs/proc/proc_net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c
index 913e5acefbb6..bbce6fbe779c 100644
--- a/fs/proc/proc_net.c
+++ b/fs/proc/proc_net.c
@@ -8,9 +8,6 @@
*
* proc net directory handling functions
*/
-
-#include <linux/uaccess.h>
-
#include <linux/errno.h>
#include <linux/time.h>
#include <linux/proc_fs.h>