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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment