On 2/15/21 11:32 AM, Peter Maydell wrote: > We only include the template header once, so just inline it into the > source file for the device. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/display/omap_lcd_template.h | 154 --------------------------------- > hw/display/omap_lcdc.c | 127 ++++++++++++++++++++++++++- > 2 files changed, 125 insertions(+), 156 deletions(-) > delete mode 100644 hw/display/omap_lcd_template.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>