Commit bfae8ee8 authored by Paul Gortmaker's avatar 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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment