Commit 22be053f authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 54485c30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 */

#include <linux/err.h>
#include <linux/export.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>