Skip to content

Commit

Permalink
mm/process_vm_access.c: remove duplicate include
Browse files Browse the repository at this point in the history
'linux/compat.h' included in 'process_vm_access.c' is duplicated.

Link: https://lkml.kernel.org/r/20210306132122.220431-1-zhang.yunkai@zte.com.cn
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Zhang Yunkai authored and Linus Torvalds committed May 5, 2021
1 parent 68d68ff commit 0c4ff27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/process_vm_access.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <linux/mm.h>
#include <linux/uio.h>
#include <linux/sched.h>
#include <linux/compat.h>
#include <linux/sched/mm.h>
#include <linux/highmem.h>
#include <linux/ptrace.h>
Expand Down

0 comments on commit 0c4ff27

Please sign in to comment.