regulator: Add module.h to drivers/regulator users as required

Another group of drivers that are taking advantage of the implicit
presence of module.h -- and will break when we pull the carpet out
from under them during a cleanup.  Fix 'em now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Tento commit je obsažen v:
Paul Gortmaker
2011-07-17 16:28:23 -04:00
rodič 22be053fff
revize 65602c32ee
19 změnil soubory, kde provedl 19 přidání a 0 odebrání

Zobrazit soubor

@@ -26,6 +26,7 @@
#include <linux/err.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>