[PATCH v9 5/6] scanf: tidy header `#include`s
From: Tamir Duberstein
Date: Fri Mar 07 2025 - 06:29:30 EST
Remove the unused `kernel.h`. Replace `string.h` with `sprintf.h` as the
former doesn't seem to be used directly.
Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>
---
lib/tests/scanf_kunit.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/tests/scanf_kunit.c b/lib/tests/scanf_kunit.c
index e9a36ed80575..d96d7ca85b52 100644
--- a/lib/tests/scanf_kunit.c
+++ b/lib/tests/scanf_kunit.c
@@ -5,12 +5,11 @@
#include <kunit/test.h>
#include <linux/bitops.h>
-#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/overflow.h>
#include <linux/prandom.h>
#include <linux/slab.h>
-#include <linux/string.h>
+#include <linux/sprintf.h>
#define BUF_SIZE 1024
--
2.48.1