提交 bfae8ee8 编写于 作者: P Paul Gortmaker

xtensa: fix build error in xtensa/include/asm/io.h

Caused by commit 6c03438e

    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 by 6c03438e.
Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 9112a6b2
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册