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-Tag: next-20110812~2^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7f4fc9615b642e28920887ee13ec0ef9a8d379e;p=karo-tx-linux.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