regulator: Remove duplicated include in mt6359-regulator.c
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 18 Jul 2023 00:32:55 +0000 (08:32 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 18 Jul 2023 14:11:31 +0000 (15:11 +0100)
./drivers/regulator/mt6359-regulator.c: linux/platform_device.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5901
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230718003255.124594-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6359-regulator.c

index 5cf6448..c8a7888 100644 (file)
@@ -3,7 +3,6 @@
 // Copyright (c) 2021 MediaTek Inc.
 
 #include <linux/platform_device.h>
-#include <linux/platform_device.h>
 #include <linux/mfd/mt6359/registers.h>
 #include <linux/mfd/mt6359p/registers.h>
 #include <linux/mfd/mt6397/core.h>