diff options
Diffstat (limited to 'hw/imx_timer.c')
-rw-r--r-- | hw/imx_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/imx_timer.c b/hw/imx_timer.c index a8c311141..03197e3f5 100644 --- a/hw/imx_timer.c +++ b/hw/imx_timer.c @@ -15,7 +15,7 @@ #include "qemu/timer.h" #include "hw/ptimer.h" #include "hw/sysbus.h" -#include "hw/imx.h" +#include "hw/arm/imx.h" //#define DEBUG_TIMER 1 #ifdef DEBUG_TIMER |