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 5cf6448fb05fa3829f808f9d4a64ffb016df3f8c..c8a788858824909cf5de4e5fb75b80e151d1e9d2 100644 (file)
@@ -2,7 +2,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>