Re: [PATCH 06/16] phy: Include device_compat.h

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:47PM -0400, Sean Anderson wrote: > Necessary for dev_xxx. > > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 06/16] phy: Include device_compat.h

2020-10-04 Thread Sean Anderson
Necessary for dev_xxx. Signed-off-by: Sean Anderson --- drivers/phy/phy-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/phy-uclass.c b/drivers/phy/phy-uclass.c index 8f456f33d2..df06cc1196 100644 --- a/drivers/phy/phy-uclass.c +++ b/drivers/phy/phy-uclas