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-Tag: upstream/snapshot3+hdmi~8782^2~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6adb1236b5c1220987209aa68192e0cbad73e9fc;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 6690e6e..7ad49c8 100644 --- a/block/bsg-lib.c +++ b/block/bsg-lib.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include /**