aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.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/array.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/array.c')
-rw-r--r--fs/proc/array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index eb815759842c..65fa603422e0 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -69,7 +69,6 @@
#include <linux/sched/cputime.h>
#include <linux/proc_fs.h>
#include <linux/ioport.h>
-#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/mm.h>
#include <linux/hugetlb.h>