Message ID | 20170508233918.9043-6-f4bug@amsat.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 2017-05-08 20:39, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > include/hw/mips/mips.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/hw/mips/mips.h b/include/hw/mips/mips.h > index e0065ce808..16412dc150 100644 > --- a/include/hw/mips/mips.h > +++ b/include/hw/mips/mips.h > @@ -6,6 +6,7 @@ > #define INITRD_PAGE_MASK (~((1 << 16) - 1)) > > #include "exec/memory.h" > +#include "hw/irq.h" > > /* gt64xxx.c */ > PCIBus *gt64120_register(qemu_irq *pic); Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Applied to -trivial, thanks! /mjt
diff --git a/include/hw/mips/mips.h b/include/hw/mips/mips.h index e0065ce808..16412dc150 100644 --- a/include/hw/mips/mips.h +++ b/include/hw/mips/mips.h @@ -6,6 +6,7 @@ #define INITRD_PAGE_MASK (~((1 << 16) - 1)) #include "exec/memory.h" +#include "hw/irq.h" /* gt64xxx.c */ PCIBus *gt64120_register(qemu_irq *pic);
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- include/hw/mips/mips.h | 1 + 1 file changed, 1 insertion(+)