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>
此提交包含在:
@@ -18,6 +18,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/module.h>
|
||||
#include "mc13xxx.h"
|
||||
|
||||
#define MC13892_REVISION 7
|
||||
|
新增問題並參考
封鎖使用者