Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

since it uses the module facilities.

Reported-by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
6f66263f 1944ce60

+1
+1
drivers/md/dm-bufio.c
··· 14 14 #include <linux/vmalloc.h> 15 15 #include <linux/version.h> 16 16 #include <linux/shrinker.h> 17 + #include <linux/module.h> 17 18 18 19 #define DM_MSG_PREFIX "bufio" 19 20