* [merged mm-nonmm-stable] lib-math-polynomial-dont-use-proxy-headers.patch removed from -mm tree
@ 2026-03-28 4:25 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-03-28 4:25 UTC (permalink / raw)
To: mm-commits, visitorckw, rdunlap, andriy.shevchenko, akpm
The quilt patch titled
Subject: lib: math: polynomial: don't use 'proxy' headers
has been removed from the -mm tree. Its filename was
lib-math-polynomial-dont-use-proxy-headers.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: lib: math: polynomial: don't use 'proxy' headers
Date: Mon, 2 Mar 2026 10:28:08 +0100
Update header inclusions to follow IWYU (Include What You Use) principle.
Link: https://lkml.kernel.org/r/20260302092831.2267785-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/math/polynomial.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/lib/math/polynomial.c~lib-math-polynomial-dont-use-proxy-headers
+++ a/lib/math/polynomial.c
@@ -10,7 +10,8 @@
*
*/
-#include <linux/kernel.h>
+#include <linux/export.h>
+#include <linux/math.h>
#include <linux/module.h>
#include <linux/polynomial.h>
_
Patches currently in -mm which might be from andriy.shevchenko@linux.intel.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-28 4:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 4:25 [merged mm-nonmm-stable] lib-math-polynomial-dont-use-proxy-headers.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.