summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/Makefile
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@kernel.org>2024-02-06 05:04:16 +0300
committerMike Snitzer <snitzer@kernel.org>2024-02-20 21:43:18 +0300
commit3fa8e6ec07f7d326cbd9af2daa29b5fe3fb9eb12 (patch)
treee65f837ba424b04b16521e20200ad9251b540200 /drivers/md/dm-vdo/Makefile
parent952b57a58d400e5495d0f5d402c5ff9737dd5995 (diff)
downloadlinux-3fa8e6ec07f7d326cbd9af2daa29b5fe3fb9eb12.tar.xz
dm vdo: fix sparse warnings about missing statics
Addresses various sparse warnings like: warning: symbol 'SYMBOL' was not declared. Should it be static? 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>
Diffstat (limited to 'drivers/md/dm-vdo/Makefile')
-rw-r--r--drivers/md/dm-vdo/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/Makefile b/drivers/md/dm-vdo/Makefile
index 8f8d161a6dbe..8c06c3b969e3 100644
--- a/drivers/md/dm-vdo/Makefile
+++ b/drivers/md/dm-vdo/Makefile
@@ -9,7 +9,6 @@ dm-vdo-objs := \
chapter-index.o \
completion.o \
config.o \
- constants.o \
data-vio.o \
dedupe.o \
delta-index.o \