From: Paul Gortmaker Date: Wed, 28 Sep 2011 22:23:03 +0000 (-0400) Subject: drivers/base: change module.h -> export.h in power/common.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=aaf195444be47aa3d3776825b3b384a61f40dca4;p=deliverable%2Flinux.git drivers/base: change module.h -> export.h in power/common.c This file isn't using full modular functionality, and hence can be "downgraded" to just using export.h Reported-by: Stephen Rothwell Signed-off-by: Paul Gortmaker --- diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c index 29820c396182..4af7c1cbf909 100644 --- a/drivers/base/power/common.c +++ b/drivers/base/power/common.c @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include