linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 36/45] arch/nios2: remove duplicate includes
@ 2017-12-10 18:22 Pravin Shedge
  2017-12-11  7:59 ` Tobias Klauser
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin Shedge @ 2017-12-10 18:22 UTC (permalink / raw)
  To: lftan, tklauser, paul.gortmaker, mingo, nios2-dev
  Cc: linux-kernel, pravin.shedge4linux

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 <pravin.shedge4linux@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 36/45] arch/nios2: remove duplicate includes
  2017-12-10 18:22 [PATCH 36/45] arch/nios2: remove duplicate includes Pravin Shedge
@ 2017-12-11  7:59 ` Tobias Klauser
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klauser @ 2017-12-11  7:59 UTC (permalink / raw)
  To: Pravin Shedge; +Cc: lftan, paul.gortmaker, mingo, nios2-dev, linux-kernel

On 2017-12-10 at 19:22:51 +0100, Pravin Shedge <pravin.shedge4linux@gmail.com> 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 <pravin.shedge4linux@gmail.com>

Reviewed-by: Tobias Klauser <tklauser@distanz.ch>

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 18:22 [PATCH 36/45] arch/nios2: remove duplicate includes Pravin Shedge
2017-12-11  7:59 ` Tobias Klauser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).