From: Stephen Rothwell Date: Tue, 1 Nov 2011 07:30:49 +0000 (+1100) Subject: device-mapper: dm-bufio.c needs to include module.h X-Git-Tag: v3.2-rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f66263f8ebe1fb1f138de41ca9aa0a4860b30d0;p=thirdparty%2Fkernel%2Flinux.git device-mapper: dm-bufio.c needs to include module.h since it uses the module facilities. Reported-by: Witold Baryluk Signed-off-by: Stephen Rothwell Signed-off-by: Paul Gortmaker Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c index cb246667dd52b..0a6806f80ab5c 100644 --- a/drivers/md/dm-bufio.c +++ b/drivers/md/dm-bufio.c @@ -14,6 +14,7 @@ #include #include #include +#include #define DM_MSG_PREFIX "bufio"