mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
xtensa: fix build error in xtensa/include/asm/io.h
Caused by commit6c03438ede
kernel.h: doesn't explicitly use bug.h, so don't include it. This header uses bug.h so explicitly include it now that the implicit presence was removed by6c03438ed
. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
9112a6b2fa
commit
bfae8ee8d2
@ -14,6 +14,7 @@
|
||||
#ifdef __KERNEL__
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/bug.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
#include <linux/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user