summaryrefslogtreecommitdiff
path: root/drivers/md/dm-io-rewind.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-io-rewind.c')
-rw-r--r--drivers/md/dm-io-rewind.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-io-rewind.c b/drivers/md/dm-io-rewind.c
index e59b749eec82..6155b0117c9d 100644
--- a/drivers/md/dm-io-rewind.c
+++ b/drivers/md/dm-io-rewind.c
@@ -68,7 +68,6 @@ static void dm_bio_integrity_rewind(struct bio *bio, unsigned int bytes_done)
static inline void dm_bio_integrity_rewind(struct bio *bio,
unsigned int bytes_done)
{
- return;
}
#endif
@@ -104,7 +103,6 @@ static void dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes)
static inline void dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes)
{
- return;
}
#endif