Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yang Li and committed by
Mark Brown
6023fffc 6d5373e9

-1
-1
drivers/regulator/mt6359-regulator.c
··· 3 3 // Copyright (c) 2021 MediaTek Inc. 4 4 5 5 #include <linux/platform_device.h> 6 - #include <linux/platform_device.h> 7 6 #include <linux/mfd/mt6359/registers.h> 8 7 #include <linux/mfd/mt6359p/registers.h> 9 8 #include <linux/mfd/mt6397/core.h>