Hi Andrew, On Wed, 23 Mar 2022 at 12:06, Andrew Scull <[email protected]> wrote: > > > +static int sandbox_sdl_remove_display(void) > > Forgot the inline :/ should I resend or can it be added when applying?
Best to resend I think. With that you can add: Reviewed-by: Simon Glass <[email protected]> > > > +{ > > + return -ENODEV; > > +} > > + > > static inline int sandbox_sdl_sync(void *lcd_base) > > { > > return -ENODEV; Regards, Simon

