Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <paul.gortmaker@windriver.com>

+1
+1
drivers/regulator/dummy.c
··· 16 16 */ 17 17 18 18 #include <linux/err.h> 19 + #include <linux/export.h> 19 20 #include <linux/platform_device.h> 20 21 #include <linux/regulator/driver.h> 21 22 #include <linux/regulator/machine.h>