]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
regulator: Add export.h for THIS_MODULE to dummy.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 19:48:22 +0000 (15:48 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:15 +0000 (19:32 -0400)
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>
drivers/regulator/dummy.c

index f6ef6694ab9896687074c9224e4e60fea919acbc..b8f520513ce74b47beac3ed234fda7ad17cbb50c 100644 (file)
@@ -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>