On Mon, May 08, 2023 at 11:03:22AM +0200, Ahmad Fatoum wrote: > of: fix warning about now unused variable > > This was an argument to read_file, which has been replaced in a previous > commit. Now GCC warns about it. > > Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > common/blspec.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks Sascha > > diff --git a/common/blspec.c b/common/blspec.c > index 197ccb2b07e6..4b4e04b03997 100644 > --- a/common/blspec.c > +++ b/common/blspec.c > @@ -426,7 +426,6 @@ static bool entry_is_of_compatible(struct blspec_entry *entry) > { > const char *devicetree; > const char *abspath; > - size_t size; > int ret; > struct device_node *root = NULL, *barebox_root; > const char *compat; > -- > 2.39.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |