diff options
| author | Tom Rini <[email protected]> | 2016-01-25 18:52:23 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-01-25 18:52:23 -0500 |
| commit | d6ea6d88769e85f6873a94065a1ba167c9b592da (patch) | |
| tree | 039cdc3f27cf59a62665c60b5b73b55213952903 | |
| parent | 9c3193f8d03d4074fa6ca6b783246b97d8dc2ff5 (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 <[email protected]>
| -rw-r--r-- | arch/mips/include/asm/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h index b8ac5a5ac54..f71e34231bc 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> |
