diff options
Diffstat (limited to 'hw/omap_dss.c')
-rw-r--r-- | hw/omap_dss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap_dss.c b/hw/omap_dss.c index 948ad8fcc5..ea3afcef5e 100644 --- a/hw/omap_dss.c +++ b/hw/omap_dss.c @@ -19,7 +19,7 @@ */ #include "hw/hw.h" #include "ui/console.h" -#include "hw/omap.h" +#include "hw/arm/omap.h" struct omap_dss_s { qemu_irq irq; |