Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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 */