On Wed, 8 Sept 2021 at 00:26, Hao Wu <wuhao...@google.com> wrote: > > From: Shengtan Mao <st...@google.com> > > Signed-off-by: Shengtan Mao <st...@google.com> > Reviewed-by: Hao Wu <wuhao...@google.com> > Reviewed-by: Tyrone Ting <kft...@nuvoton.com> > --- > hw/arm/npcm7xx_boards.c | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/hw/arm/npcm7xx_boards.c b/hw/arm/npcm7xx_boards.c > index e5a3243995..7205483280 100644 > --- a/hw/arm/npcm7xx_boards.c > +++ b/hw/arm/npcm7xx_boards.c > @@ -27,6 +27,10 @@ > #include "qemu-common.h" > #include "qemu/datadir.h" > #include "qemu/units.h" > +#include "sysemu/blockdev.h" > +#include "sysemu/sysemu.h" > +#include "sysemu/block-backend.h" > + >
Stray extra blank line. Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM