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>
This commit is contained in:
Yang Li 2023-08-10 08:59:38 +08:00 committed by Lee Jones
parent 99a93d6f77
commit 8cce9c4cdf
1 changed files with 0 additions and 1 deletions

View File

@ -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>