Skip to content

Commit

Permalink
device-mapper: dm-bufio.c needs to include module.h
Browse files Browse the repository at this point in the history
since it uses the module facilities.

Reported-by: Witold Baryluk <[email protected]>
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
sfrothwell authored and torvalds committed Nov 7, 2011
1 parent 1944ce6 commit 6f66263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/md/dm-bufio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6f66263

Please sign in to comment.