15 Aug
2023
15 Aug
'23
5:13 p.m.
Hi Andy,
On Tue, 15 Aug 2023 14:35:34 +0300 Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
It appears that compiler_types.h already have an implementation of the __unconst_integer_typeof() called __unqual_scalar_typeof(). Use it instead of the copy.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
As the initial code is in Linux Next via ASoC tree, it's assumed to go via that tree as well.
include/linux/minmax.h | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-)
Sure. I missed the __unqual_scalar_typeof(). Sorry.
Acked-by: Herve Codina herve.codina@bootlin.com
Best regards, Hervé