Re: [PATCH 11/16] timer: Include device_compat.h

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

Re: [PATCH 11/16] timer: Include device_compat.h

2020-10-11 Thread Simon Glass
On Sun, 4 Oct 2020 at 19:40, Sean Anderson wrote: > > Necessary for dev_xxx. > > Signed-off-by: Sean Anderson > --- > > drivers/timer/timer-uclass.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass Also sorting the includes

[PATCH 11/16] timer: Include device_compat.h

2020-10-04 Thread Sean Anderson
Necessary for dev_xxx. Signed-off-by: Sean Anderson --- drivers/timer/timer-uclass.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c index e9802c8b43..f8a092b8cb 100644 --- a/drivers/timer/timer-uclass.c +++