Skip to content

Commit

Permalink
parisc: remove duplicate includes
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
Pravin Shedge authored and hdeller committed Dec 17, 2017
1 parent bcf3f17 commit 6a16fc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/parisc/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/slab.h>
#include <linux/kallsyms.h>
#include <linux/sort.h>
#include <linux/sched.h>

#include <linux/uaccess.h>
#include <asm/assembly.h>
Expand Down
2 changes: 0 additions & 2 deletions arch/parisc/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
#include <linux/preempt.h>
#include <linux/init.h>

#include <asm/processor.h>
#include <asm/delay.h>

#include <asm/special_insns.h> /* for mfctl() */
#include <asm/processor.h> /* for boot_cpu_data */

Expand Down

0 comments on commit 6a16fc3

Please sign in to comment.