[PATCH v2 0/3] lib: polynomial: Move to math/ and clean up
From: Andy Shevchenko
Date: Mon Mar 02 2026 - 04:28:43 EST
While removing Baikal SoC and platform code pieces I found that this
code belongs to lib/math/ rather than generic lib/. Hence the move and
followed up cleanups.
No functional changes intended.
Changelog v2:
- added missing math.h (Kuan-Wei)
- amended the first sentence in the top comment (Randy)
- collected tags (Randy, Kuan-Wei)
v1: 20260227074957.1144321-1-andriy.shevchenko@xxxxxxxxxxxxxxx
Andy Shevchenko (3):
lib: polynomial: Move to math/ subfolder
lib: math: polynomial: Don't use 'proxy' headers
lib: math: polynomial: Remove link to non-exist file and fix spelling
lib/Kconfig | 3 ---
lib/Makefile | 2 --
lib/math/Kconfig | 3 +++
lib/math/Makefile | 1 +
lib/{ => math}/polynomial.c | 23 ++++++++++-------------
5 files changed, 14 insertions(+), 18 deletions(-)
rename lib/{ => math}/polynomial.c (88%)
--
2.50.1