[-next] mfd: Remove duplicated include in rz-mtu3.c

Message ID 20230810005938.12519-1-yang.lee@linux.alibaba.com
State New
Headers
Series [-next] mfd: Remove duplicated include in rz-mtu3.c |

Commit Message

Yang Li Aug. 10, 2023, 12:59 a.m. UTC
  ./drivers/mfd/rz-mtu3.c: linux/module.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/mfd/rz-mtu3.c | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Lee Jones Aug. 15, 2023, 5:05 p.m. UTC | #1
On Thu, 10 Aug 2023 08:59:38 +0800, Yang Li wrote:
> ./drivers/mfd/rz-mtu3.c: linux/module.h is included more than once.
> 
> 

Applied, thanks!

[1/1] mfd: Remove duplicated include in rz-mtu3.c
      commit: 956a2c4d00487fb47f8350957eb48bbc97978acf

--
Lee Jones [李琼斯]
  

Patch

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>