diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-08-10 02:59:38 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-08-18 22:48:04 +0200 |
commit | 8cce9c4cdfd2622955d0e77dd60effddc5bc61d4 (patch) | |
tree | 50ca1100ed42a428c986d67316ca53f96f1578a6 /drivers/mfd | |
parent | dt-bindings: mfd: stericsson,db8500-prcmu: Add missing unevaluatedProperties ... (diff) | |
download | linux-8cce9c4cdfd2622955d0e77dd60effddc5bc61d4.tar.xz linux-8cce9c4cdfd2622955d0e77dd60effddc5bc61d4.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/rz-mtu3.c b/drivers/mfd/rz-mtu3.c index 0156e381fe07..d25109da2f39 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> |