[XTENSA] Remove extraneous include statement

We don't need to include processor.h in bug.h.

Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
Chris Zankel 2007-08-05 10:16:54 -07:00
parent 787a22d1d2
commit 068732d9b4
1 changed files with 1 additions and 5 deletions

View File

@ -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 */