Re: [PATCH v1 1/1] kernel.h: Split the hexadecimal related helpers to hex.h

From: Joe Perches
Date: Wed Sep 14 2022 - 15:52:21 EST


On Wed, 2022-09-14 at 20:08 +0300, Andy Shevchenko wrote:
> For the sake of cleaning up the kernel.h split the hexadecimal
> relted helpers to own header called 'hex.h'.

related

> diff --git a/include/linux/hex.h b/include/linux/hex.h
[]
> +bool mac_pton(const char *s, u8 *mac);

This one should likely stay in kernel.h unless and until
a more suitable place is found for it.