Commit 19694b5e authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Mark Brown

regmap: delete unused module.h from drivers/base/regmap files

Remove unused module.h and/or replace with export.h
as required.
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a313f9f5
......@@ -11,7 +11,6 @@
*/
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/debugfs.h>
#include <linux/uaccess.h>
......
......@@ -11,7 +11,7 @@
*/
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/mutex.h>
#include <linux/err.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment