Skip to content

Commit 6f66263

Browse files
sfrothwelltorvalds
authored andcommitted
device-mapper: dm-bufio.c needs to include module.h
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]>
1 parent 1944ce6 commit 6f66263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/md/dm-bufio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/vmalloc.h>
1515
#include <linux/version.h>
1616
#include <linux/shrinker.h>
17+
#include <linux/module.h>
1718

1819
#define DM_MSG_PREFIX "bufio"
1920

0 commit comments

Comments
 (0)