Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>