summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-08-11 14:28:17 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-08-11 14:28:17 -0400
commit8c46a61731ca1cce903e36c354eb56381cf35a42 (patch)
treeaea5561fc932db132e9db008eb80a4a71a31ed70
parentc8a8706c5c69ef0f55eff743f1b9ab1401fe5fbf (diff)
fixup! vsprintf: Refactor hex_string, bitmap_string_list, bitmap_string
-rw-r--r--lib/vsprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 0ff7d9fea6da..be6ba21eb859 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -53,7 +53,6 @@
#include <asm/unaligned.h>
#include <linux/string_helpers.h>
-#include <linux/pretty-printers.h>
#include "kstrtox.h"
/* Disable pointer hashing if requested */