Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
 */

#include <linux/slab.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/debugfs.h>
#include <linux/uaccess.h>
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 */

#include <linux/slab.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/mutex.h>
#include <linux/err.h>