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: https://git.stricted.de/?a=commitdiff_plain;h=22be053fffb0571095f4caadfd185bb44d91ecfa;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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 f6ef6694ab98..b8f520513ce7 100644 --- a/drivers/regulator/dummy.c +++ b/drivers/regulator/dummy.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include