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