Commit 068732d9 authored by Chris Zankel's avatar Chris Zankel

[XTENSA] Remove extraneous include statement

We don't need to include processor.h in bug.h.
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 787a22d1
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
#ifndef _XTENSA_BUGS_H #ifndef _XTENSA_BUGS_H
#define _XTENSA_BUGS_H #define _XTENSA_BUGS_H
#include <asm/processor.h> static void check_bugs(void) { }
static void __init check_bugs(void)
{
}
#endif /* _XTENSA_BUGS_H */ #endif /* _XTENSA_BUGS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment