Skip to content

Commit

Permalink
[XTENSA] Remove extraneous include statement
Browse files Browse the repository at this point in the history
We don't need to include processor.h in bug.h.

Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Chris Zankel committed Aug 27, 2007
1 parent 787a22d commit 068732d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/asm-xtensa/bugs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
#ifndef _XTENSA_BUGS_H
#define _XTENSA_BUGS_H

#include <asm/processor.h>

static void __init check_bugs(void)
{
}
static void check_bugs(void) { }

#endif /* _XTENSA_BUGS_H */

0 comments on commit 068732d

Please sign in to comment.