public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched: Remove unused gfp_api.h include header
@ 2026-04-15 15:41 Nick Huang
  0 siblings, 0 replies; only message in thread
From: Nick Huang @ 2026-04-15 15:41 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Bart Van Assche, Changyuan Lyu, Wolfram Sang, Marc Zyngier,
	wangshuaiwei, Hou Wenlong, Paul E . McKenney, Helge Deller,
	Mathieu Desnoyers, linux-kernel, Nick Huang

The gfp_api.h header was originally introduced in commit 669f45f
("sched/headers: Add initial new headers as identity mappings") for scheduler-related
changes. However, it is currently not referenced by any file in the
source tree.
Remove this redundant header to clean up the code and reduce
unnecessary dependencies.

Signed-off-by: Nick Huang <sef1548@gmail.com>
---
 include/linux/gfp_api.h | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 include/linux/gfp_api.h

diff --git a/include/linux/gfp_api.h b/include/linux/gfp_api.h
deleted file mode 100644
index 5a05a2764..000000000
--- a/include/linux/gfp_api.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <linux/gfp.h>
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-15 15:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15 15:41 [PATCH] sched: Remove unused gfp_api.h include header Nick Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox