[U-Boot] [PATCH] mips: asm/io.h: Add in <linux/bug.h>
Tom Rini
trini at konsulko.com
Tue Jan 26 00:53:06 CET 2016
As part of the bug.h / BUILD_BUG_* clean up, this file was missed.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
arch/mips/include/asm/io.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h
index b8ac5a5..f71e342 100644
--- a/arch/mips/include/asm/io.h
+++ b/arch/mips/include/asm/io.h
@@ -10,6 +10,7 @@
#ifndef _ASM_IO_H
#define _ASM_IO_H
+#include <linux/bug.h>
#include <linux/compiler.h>
#include <linux/types.h>
--
1.7.9.5
More information about the U-Boot
mailing list