mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-02 01:34:44 +07:00
[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:
parent
787a22d1d2
commit
068732d9b4
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user