From: Jens Axboe Date: Tue, 2 Aug 2011 08:43:35 +0000 (+0200) Subject: bsg-lib: add module.h include X-Git-Tag: firefly_0821_release~3680^2~4613^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e2a5429ff7947ad251310376384f449297b7492a;p=firefly-linux-kernel-4.4.55.git bsg-lib: add module.h include Due to conflicts with the moduleh tree in linux-next, we run into an include file mess. We really need export.h in that tree, but if we add module.h locally then the issue is easier to resolve. Reported-by: Stephen Rothwell Signed-off-by: Jens Axboe --- diff --git a/block/bsg-lib.c b/block/bsg-lib.c index f8c0a61a529c..6690e6e41037 100644 --- a/block/bsg-lib.c +++ b/block/bsg-lib.c @@ -25,6 +25,7 @@ #include #include #include +#include #include /**