diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-07-18 02:32:55 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-18 16:11:31 +0200 |
commit | 6023fffc3e276d1ab0d1262ea9be3b720325fede (patch) | |
tree | 48094eb8c73095375d5d1321ef30e8ab7c660c5a /drivers/regulator | |
parent | regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator bindings (diff) | |
download | linux-6023fffc3e276d1ab0d1262ea9be3b720325fede.tar.xz linux-6023fffc3e276d1ab0d1262ea9be3b720325fede.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mt6359-regulator.c b/drivers/regulator/mt6359-regulator.c index 5cf6448fb05f..c8a788858824 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> |