Commit 6023fffc authored by Yang Li's avatar Yang Li Committed by Mark Brown

regulator: Remove duplicated include in mt6359-regulator.c

./drivers/regulator/mt6359-regulator.c: linux/platform_device.h is included more than once.
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5901Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230718003255.124594-1-yang.lee@linux.alibaba.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6d5373e9
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
// //
// Copyright (c) 2021 MediaTek Inc. // Copyright (c) 2021 MediaTek Inc.
#include <linux/platform_device.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/mfd/mt6359/registers.h> #include <linux/mfd/mt6359/registers.h>
#include <linux/mfd/mt6359p/registers.h> #include <linux/mfd/mt6359p/registers.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment