kernel.h: split the hexadecimal related helpers to hex.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Mar 2023 15:50:29 +0000 (17:50 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 8 Apr 2023 20:45:38 +0000 (13:45 -0700)
commit890a3ee3ce416e2f1aed41718a8c1d42c82cf1b2
treef1ac4833a3e3296dd80a108f2fb1c35a3c389365
parent58c9b016e12855286370dfb704c08498edbc857a
kernel.h: split the hexadecimal related helpers to hex.h

For the sake of cleaning up the kernel.h split the hexadecimal related
helpers to own header called 'hex.h'.

Link: https://lkml.kernel.org/r/20230323155029.40000-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/hex.h [new file with mode: 0644]
include/linux/kernel.h