Re: [Uboot-stm32] [PATCH 3/6] scmi: Include device_compat.h

2021-03-12 Thread Patrice CHOTARD
HI On 3/9/21 2:03 PM, Patrice CHOTARD wrote: > Hi Patrick > > On 2/24/21 11:19 AM, Patrick Delaunay wrote: >> Include the file needed for log function prototype, this patch solves the >> compilation issue for undefined reference to `dev_err'. >> >> Signed-off-by: Patrick Delaunay >> --- >> >> d

Re: [Uboot-stm32] [PATCH 3/6] scmi: Include device_compat.h

2021-03-09 Thread Patrice CHOTARD
Hi Patrick On 2/24/21 11:19 AM, Patrick Delaunay wrote: > Include the file needed for log function prototype, this patch solves the > compilation issue for undefined reference to `dev_err'. > > Signed-off-by: Patrick Delaunay > --- > > drivers/firmware/scmi/smccc_agent.c | 1 + > 1 file change

Re: [Uboot-stm32] [PATCH 3/6] scmi: Include device_compat.h

2021-03-09 Thread Patrice CHOTARD
Hi Patrick On 2/24/21 11:19 AM, Patrick Delaunay wrote: > Include the file needed for log function prototype, this patch solves the > compilation issue for undefined reference to `dev_err'. > > Signed-off-by: Patrick Delaunay > --- > > drivers/firmware/scmi/smccc_agent.c | 1 + > 1 file change