aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2023-08-10 08:59:38 +0800
committerLee Jones <lee@kernel.org>2023-08-18 21:48:04 +0100
commit8cce9c4cdfd2622955d0e77dd60effddc5bc61d4 (patch)
tree50ca1100ed42a428c986d67316ca53f96f1578a6 /drivers/mfd
parent99a93d6f77e3aec86ceea3d0db4422e923ea450d (diff)
downloadlinux-8cce9c4cdfd2622955d0e77dd60effddc5bc61d4.tar.gz
mfd: rz-mtu3: Remove duplicated include module.h
./drivers/mfd/rz-mtu3.c: linux/module.h is included more than once. Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20230810005938.12519-1-yang.lee@linux.alibaba.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/rz-mtu3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/rz-mtu3.c b/drivers/mfd/rz-mtu3.c
index 0156e381fe072b..d25109da2f393e 100644
--- a/drivers/mfd/rz-mtu3.c
+++ b/drivers/mfd/rz-mtu3.c
@@ -13,7 +13,6 @@
#include <linux/mfd/rz-mtu3.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
-#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/reset.h>
#include <linux/spinlock.h>