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: firefly_0821_release~3680^2~4166^2~138 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6adb1236b5c1220987209aa68192e0cbad73e9fc;p=firefly-linux-kernel-4.4.55.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 /**