diff options
Diffstat (limited to 'drivers/md/dm-delay.c')
-rw-r--r-- | drivers/md/dm-delay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/dm-delay.c b/drivers/md/dm-delay.c index bdd37f881c42..848b381f1173 100644 --- a/drivers/md/dm-delay.c +++ b/drivers/md/dm-delay.c | |||
@@ -13,7 +13,8 @@ | |||
13 | #include <linux/bio.h> | 13 | #include <linux/bio.h> |
14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | 15 | ||
16 | #include "dm.h" | 16 | #include <linux/device-mapper.h> |
17 | |||
17 | #include "dm-bio-list.h" | 18 | #include "dm-bio-list.h" |
18 | 19 | ||
19 | #define DM_MSG_PREFIX "delay" | 20 | #define DM_MSG_PREFIX "delay" |