From: Arnd Bergmann Date: Fri, 15 Jul 2016 20:33:40 +0000 (+0200) Subject: arm64: remove duplicate PWM entry in defconfig X-Git-Tag: v5.15~13131^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e03e116e7603fa30e150df889e8daccd429facf;p=platform%2Fkernel%2Flinux-starfive.git arm64: remove duplicate PWM entry in defconfig We merged two patches that both enabled CONFIG_PWM, leading to a harmless warning: arch/arm64/configs/defconfig:352:warning: override: reassigning to symbol PWM This removes one of the two identical lines to avoid the warning. Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ec402b4..d3aa857 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -346,7 +346,6 @@ CONFIG_ARM_SCPI_PROTOCOL=y CONFIG_ACPI=y CONFIG_IIO=y CONFIG_EXYNOS_ADC=y -CONFIG_PWM=y CONFIG_PWM_SAMSUNG=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y