diff options
Diffstat (limited to 'hw/exynos4210_pmu.c')
-rw-r--r-- | hw/exynos4210_pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210_pmu.c b/hw/exynos4210_pmu.c index 7c81a1b628..ba5aa8d0e4 100644 --- a/hw/exynos4210_pmu.c +++ b/hw/exynos4210_pmu.c @@ -24,7 +24,7 @@ * uses PMU INFORM5 register as a holding pen. */ -#include "sysbus.h" +#include "hw/sysbus.h" #ifndef DEBUG_PMU #define DEBUG_PMU 0 |