Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yang Li and committed by
Lee Jones
8cce9c4c 99a93d6f

-1
-1
drivers/mfd/rz-mtu3.c
··· 13 13 #include <linux/mfd/rz-mtu3.h> 14 14 #include <linux/module.h> 15 15 #include <linux/mod_devicetable.h> 16 - #include <linux/module.h> 17 16 #include <linux/platform_device.h> 18 17 #include <linux/reset.h> 19 18 #include <linux/spinlock.h>