From: Jens Axboe Date: Tue, 2 Aug 2011 08:43:35 +0000 (+0200) Subject: bsg-lib: add module.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e2a5429ff7947ad251310376384f449297b7492a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 /**