Skip to content
Snippets Groups Projects
Commit 6f66263f authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

device-mapper: dm-bufio.c needs to include module.h


since it uses the module facilities.

Reported-by: default avatarWitold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1944ce60
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <linux/vmalloc.h>
#include <linux/version.h>
#include <linux/shrinker.h>
#include <linux/module.h>
#define DM_MSG_PREFIX "bufio"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment