mips: asm/io.h: Add in <linux/bug.h>
authorTom Rini <trini@konsulko.com>
Mon, 25 Jan 2016 23:52:23 +0000 (18:52 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jan 2016 23:52:23 +0000 (18:52 -0500)
As part of the bug.h / BUILD_BUG_* clean up, this file was missed.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/mips/include/asm/io.h

index b8ac5a5ac5417b68c481c5019438587e907ca6f2..f71e34231bc79c642471a556ae86e5af42234b10 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef _ASM_IO_H
 #define _ASM_IO_H
 
+#include <linux/bug.h>
 #include <linux/compiler.h>
 #include <linux/types.h>