From: Paul Gortmaker Date: Sun, 17 Jul 2011 19:48:22 +0000 (-0400) Subject: regulator: Add export.h for THIS_MODULE to dummy.c X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=22be053fffb0571095f4caadfd185bb44d91ecfa;p=linux-edison.git regulator: Add export.h for THIS_MODULE to dummy.c So that THIS_MODULE is still in scope once we clean up the presence of module.h being everywhere. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/regulator/dummy.c b/drivers/regulator/dummy.c index f6ef6694ab9..b8f520513ce 100644 --- a/drivers/regulator/dummy.c +++ b/drivers/regulator/dummy.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include