summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@kernel.org>2024-02-14 05:57:08 +0100
committerMike Snitzer <snitzer@kernel.org>2024-02-20 19:43:18 +0100
commit181547bbb81e8ed91e1df7eaa0303fcbc44caeff (patch)
treee7023f812d92da1fc3b6cade7107e1461ad94389
parentdm vdo message-stats: reformat to remove excessive newlines (diff)
downloadlinux-181547bbb81e8ed91e1df7eaa0303fcbc44caeff.tar.xz
linux-181547bbb81e8ed91e1df7eaa0303fcbc44caeff.zip
dm vdo string-utils: remove unnecessary includes
Signed-off-by: Mike Snitzer <snitzer@kernel.org> Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com> Signed-off-by: Matthew Sakai <msakai@redhat.com>
-rw-r--r--drivers/md/dm-vdo/string-utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/md/dm-vdo/string-utils.c b/drivers/md/dm-vdo/string-utils.c
index a584b37bb70c..6cdf018cdaf0 100644
--- a/drivers/md/dm-vdo/string-utils.c
+++ b/drivers/md/dm-vdo/string-utils.c
@@ -5,12 +5,6 @@
#include "string-utils.h"
-#include "errors.h"
-#include "logger.h"
-#include "memory-alloc.h"
-#include "permassert.h"
-#include "uds.h"
-
char *uds_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...)
{
va_list args;