2017-12-10 18:23:02

by Pravin Shedge

[permalink] [raw]
Subject: [PATCH 36/45] arch/nios2: remove duplicate includes

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <[email protected]>
---
arch/nios2/mm/fault.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c
index b804dd0..e32e3e9 100644
--- a/arch/nios2/mm/fault.c
+++ b/arch/nios2/mm/fault.c
@@ -24,7 +24,6 @@
#include <linux/mm.h>
#include <linux/extable.h>
#include <linux/uaccess.h>
-#include <linux/ptrace.h>

#include <asm/mmu_context.h>
#include <asm/traps.h>
--
2.7.4


2017-12-11 07:59:33

by Tobias Klauser

[permalink] [raw]
Subject: Re: [PATCH 36/45] arch/nios2: remove duplicate includes

On 2017-12-10 at 19:22:51 +0100, Pravin Shedge <[email protected]> wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
>
> Signed-off-by: Pravin Shedge <[email protected]>

Reviewed-by: Tobias Klauser <[email protected]>

Thanks