On Wed, Jul 8, 2020 at 11:13 AM Havard Skinnemoen <hskinnem...@google.com> wrote: > On Wed, Jul 8, 2020 at 10:31 AM Philippe Mathieu-Daudé <f4...@amsat.org> > wrote: > > On 7/7/20 8:47 PM, Havard Skinnemoen wrote: > > > +typedef struct NPCM7xxClass { > > > + DeviceClass parent; > > > > Similar comment that elsewhere on this series, if NPCM7xxClass not used > > outside of npcm7xx.c, keep it local. > > OK, will do.
Turns out it is used in npcm7xx_boards.c, so it has to stay where it is. Havard