aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2023-07-18 08:32:55 +0800
committerMark Brown <broonie@kernel.org>2023-07-18 15:11:31 +0100
commit6023fffc3e276d1ab0d1262ea9be3b720325fede (patch)
tree48094eb8c73095375d5d1321ef30e8ab7c660c5a /drivers/regulator
parent6d5373e98b37721987c16fd1c0f9500ecbb69f20 (diff)
downloadlinux-6023fffc3e276d1ab0d1262ea9be3b720325fede.tar.gz
regulator: Remove duplicated include in mt6359-regulator.c
./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>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/mt6359-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mt6359-regulator.c b/drivers/regulator/mt6359-regulator.c
index 5cf6448fb05fa..c8a7888588249 100644
--- a/drivers/regulator/mt6359-regulator.c
+++ b/drivers/regulator/mt6359-regulator.c
@@ -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>