From: Paul Gortmaker Date: Wed, 28 Sep 2011 22:26:05 +0000 (-0400) Subject: block: Change module.h -> export.h in bsg-lib.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6adb1236b5c1220987209aa68192e0cbad73e9fc;p=deliverable%2Flinux.git block: Change module.h -> export.h in bsg-lib.c This file isn't using full modular functionality, and hence can be "downgraded" to just using the export.h header. Reported-by: Stephen Rothwell Signed-off-by: Paul Gortmaker --- diff --git a/block/bsg-lib.c b/block/bsg-lib.c index 6690e6e41037..7ad49c88f6b1 100644 --- a/block/bsg-lib.c +++ b/block/bsg-lib.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include /**