From 22be053fffb0571095f4caadfd185bb44d91ecfa Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 17 Jul 2011 15:48:22 -0400 Subject: 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 f6ef669..b8f5205 100644 --- a/drivers/regulator/dummy.c +++ b/drivers/regulator/dummy.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include -- cgit v0.10.2