hw/mips.h -> include/hw/mips/

Change-Id: I657b80e0434bf6c3aca5a4a09ea5aeda95055244
diff --git a/hw/android_mips.c b/hw/android_mips.c
index c3326d8..a18dcd1 100644
--- a/hw/android_mips.c
+++ b/hw/android_mips.c
@@ -14,7 +14,7 @@
 #include "hw/devices.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
-#include "mips.h"
+#include "hw/mips/mips.h"
 #include "hw/android/goldfish/device.h"
 #include "android/globals.h"
 #include "audio/audio.h"
diff --git a/hw/mips_int.c b/hw/mips_int.c
index 5844877..48dffa2 100644
--- a/hw/mips_int.c
+++ b/hw/mips_int.c
@@ -1,5 +1,5 @@
 #include "hw/hw.h"
-#include "mips.h"
+#include "hw/mips/mips.h"
 #include "cpu.h"
 
 /* Raise IRQ to CPU if necessary. It must be called every time the active
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c
index acb2638..5aa2840 100644
--- a/hw/mips_r4k.c
+++ b/hw/mips_r4k.c
@@ -8,7 +8,7 @@
  * the standard PC ISA addresses.
 */
 #include "hw/hw.h"
-#include "mips.h"
+#include "hw/mips/mips.h"
 #include "hw/i386/pc.h"
 #include "hw/isa/isa.h"
 #include "net/net.h"
diff --git a/hw/mips_timer.c b/hw/mips_timer.c
index c2517a2..1cf88ec 100644
--- a/hw/mips_timer.c
+++ b/hw/mips_timer.c
@@ -1,5 +1,5 @@
 #include "hw/hw.h"
-#include "mips.h"
+#include "hw/mips/mips.h"
 #include "qemu/timer.h"
 
 #define TIMER_FREQ	100 * 1000 * 1000
diff --git a/hw/mips.h b/include/hw/mips/mips.h
similarity index 100%
rename from hw/mips.h
rename to include/hw/mips/mips.h