Skip to content
Snippets Groups Projects
Commit d6ea6d88 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 9c3193f8
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#ifndef _ASM_IO_H #ifndef _ASM_IO_H
#define _ASM_IO_H #define _ASM_IO_H
#include <linux/bug.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/types.h> #include <linux/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment