[XTENSA] Remove extraneous include statement
authorChris Zankel <chris@zankel.net>
Sun, 5 Aug 2007 17:16:54 +0000 (10:16 -0700)
committerChris Zankel <chris@zankel.net>
Mon, 27 Aug 2007 20:53:27 +0000 (13:53 -0700)
We don't need to include processor.h in bug.h.

Signed-off-by: Chris Zankel <chris@zankel.net>
include/asm-xtensa/bugs.h

index c422853..69b29d1 100644 (file)
 #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 */