Re: [PATCH 03/16] firmware: scmi: Include device_compat.h

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:44PM -0400, Sean Anderson wrote: > This header is necessary for the dev_xxx macros. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 03/16] firmware: scmi: Include device_compat.h

2020-10-11 Thread Simon Glass
On Sun, 4 Oct 2020 at 19:40, Sean Anderson wrote: > > This header is necessary for the dev_xxx macros. > > Signed-off-by: Sean Anderson > --- > > drivers/firmware/scmi/mailbox_agent.c | 1 + > drivers/firmware/scmi/scmi_agent-uclass.c | 1 + > drivers/firmware/scmi/smt.c | 1 +

[PATCH 03/16] firmware: scmi: Include device_compat.h

2020-10-04 Thread Sean Anderson
This header is necessary for the dev_xxx macros. Signed-off-by: Sean Anderson --- drivers/firmware/scmi/mailbox_agent.c | 1 + drivers/firmware/scmi/scmi_agent-uclass.c | 1 + drivers/firmware/scmi/smt.c | 1 + 3 files changed, 3 insertions(+) diff --git