ASoC: remove copy of intlog10()
authorMark Brown <broonie@kernel.org>
Wed, 12 Jul 2023 11:37:15 +0000 (12:37 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Jul 2023 11:37:15 +0000 (12:37 +0100)
commit441511aeeafe1b7a0c8dbcfb244cfaf1c6d91438
tree8969c4e7742ba50695355823e610cde4041a31a7
parentb8c442b391d44323a79f6b51c31dba253241c896
parenta04616321f50bc389cd8d19a6d300d3c3f1be77b
ASoC: remove copy of intlog10()

Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:

The first three patches moves intlog10() to be available in entire
kernel. The last one removes copy of it in one driver. Besides already
good Lines of Code (LoC) statistics the upcoming users, if any, can
utilize the exported functions.

The series can be routed via ASoC tree (as Mauro suggested).

Note, int_log.h is separated from math.h due to licensing.
I dunno if we can mix two in a single header file. In any
case we may do it later on.