dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Gortmaker 2011-07-17 15:48:22 -04:00
parent 54485c3005
commit 22be053fff
1 changed files with 1 additions and 0 deletions

View 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>