summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-01-25 23:52:23 (GMT)
committerTom Rini <trini@konsulko.com>2016-01-25 23:52:23 (GMT)
commitd6ea6d88769e85f6873a94065a1ba167c9b592da (patch)
tree039cdc3f27cf59a62665c60b5b73b55213952903
parent9c3193f8d03d4074fa6ca6b783246b97d8dc2ff5 (diff)
downloadu-boot-d6ea6d88769e85f6873a94065a1ba167c9b592da.tar.xz
mips: asm/io.h: Add in <linux/bug.h>
As part of the bug.h / BUILD_BUG_* clean up, this file was missed. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/mips/include/asm/io.h1
1 files changed, 1 insertions, 0 deletions
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>