diff options
| author | Alexey Dobriyan <[email protected]> | 2022-06-15 14:22:06 +0300 | 
|---|---|---|
| committer | akpm <[email protected]> | 2022-07-17 17:31:39 -0700 | 
| commit | 376b0c266143a1dda162db6d5bc9b3a7f0ae97c9 (patch) | |
| tree | 57b0c3e70c07cf9a7ce9edb11d822488f7830679 /fs/proc/array.c | |
| parent | 5fd8fea935a1091083506d0b982fcc5d35062f06 (diff) | |
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.c | 1 | 
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> |