Re: [PATCH 15/16] linux/compat.h: Remove redefinition of dev_xxx macros

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:56PM -0400, Sean Anderson wrote: > All users of these functions now include dm/device_compat.h directly. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 15/16] linux/compat.h: Remove redefinition of dev_xxx macros

2020-10-11 Thread Simon Glass
On Sun, 4 Oct 2020 at 19:40, Sean Anderson wrote: > > All users of these functions now include dm/device_compat.h directly. > > Signed-off-by: Sean Anderson > --- > > include/linux/compat.h | 28 > 1 file changed, 28 deletions(-) > Reviewed-by: Simon Glass

[PATCH 15/16] linux/compat.h: Remove redefinition of dev_xxx macros

2020-10-04 Thread Sean Anderson
All users of these functions now include dm/device_compat.h directly. Signed-off-by: Sean Anderson --- include/linux/compat.h | 28 1 file changed, 28 deletions(-) diff --git a/include/linux/compat.h b/include/linux/compat.h index d129780312..38549baa25 100644 ---