Skip to content
Snippets Groups Projects
Commit bfae8ee8 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 9112a6b2
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <asm/page.h> #include <asm/page.h>
#include <linux/bug.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment