commit | 7e03e116e7603fa30e150df889e8daccd429facf | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Jul 15 22:33:40 2016 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jul 15 22:33:40 2016 +0200 |
tree | 0c0af77df8b2384ea081539eba8955aae72f3edc | |
parent | ba7f468279eb5b739b0a4c6b303d03255ed69bf4 [diff] |
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 <arnd@arndb.de>