On 8/6/21 11:11 PM, Eduardo Habkost wrote: > Use DECLARE_INSTANCE_CHECKER instead of defining the > NPCM7XX_CLOCK_PLL, NPCM7XX_CLOCK_SEL, and NPCM7XX_CLOCK_DIVIDER > macros manually. > > These changes had to be done manually because the codeconverter > script isn't smart enough to figure out that the typedefs exist > in a separate header. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Cc: Havard Skinnemoen <hskinnem...@google.com> > Cc: Tyrone Ting <kft...@nuvoton.com> > Cc: qemu-...@nongnu.org > Cc: qemu-devel@nongnu.org > --- > hw/misc/npcm7xx_clk.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>