Skip to content

Commit

Permalink
xtensa: includecheck fix: vectors.S
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warnings:

  arch/xtensa/kernel/vectors.S: asm/processor.h is included more than once.
  arch/xtensa/kernel/vectors.S: asm/ptrace.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jaswinder Singh Rajput authored and Linus Torvalds committed May 25, 2010
1 parent e520c41 commit 1f0a738
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/xtensa/kernel/vectors.S
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@

#include <linux/linkage.h>
#include <asm/ptrace.h>
#include <asm/ptrace.h>
#include <asm/current.h>
#include <asm/asm-offsets.h>
#include <asm/pgtable.h>
#include <asm/processor.h>
#include <asm/page.h>
#include <asm/thread_info.h>
#include <asm/processor.h>

#define WINDOW_VECTORS_SIZE 0x180

Expand Down

0 comments on commit 1f0a738

Please sign in to comment.