commit | 434dc7bd0d6d9229df2ff6fba70e30500ea57d79 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jan 25 18:52:23 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 25 18:52:23 2016 -0500 |
tree | 039cdc3f27cf59a62665c60b5b73b55213952903 | |
parent | f79dbf9605fe0a512cd44ce717d5086f60d76ab0 [diff] |
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>
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>