diff options
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm-bufio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c index cb246667dd52..0a6806f80ab5 100644 --- a/drivers/md/dm-bufio.c +++ b/drivers/md/dm-bufio.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/vmalloc.h> | 14 | #include <linux/vmalloc.h> |
15 | #include <linux/version.h> | 15 | #include <linux/version.h> |
16 | #include <linux/shrinker.h> | 16 | #include <linux/shrinker.h> |
17 | #include <linux/module.h> | ||
17 | 18 | ||
18 | #define DM_MSG_PREFIX "bufio" | 19 | #define DM_MSG_PREFIX "bufio" |
19 | 20 | ||