On Wed, 8 Sept 2021 at 00:26, Hao Wu <[email protected]> wrote: > > From: Shengtan Mao <[email protected]> > > Signed-off-by: Shengtan Mao <[email protected]> > Reviewed-by: Hao Wu <[email protected]> > Reviewed-by: Tyrone Ting <[email protected]> > --- > 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 <[email protected]> thanks -- PMM
