]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: remove duplicate PWM entry in defconfig
authorArnd Bergmann <arnd@arndb.de>
Fri, 15 Jul 2016 20:33:40 +0000 (22:33 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Jul 2016 20:33:40 +0000 (22:33 +0200)
commit7e03e116e7603fa30e150df889e8daccd429facf
tree0c0af77df8b2384ea081539eba8955aae72f3edc
parentba7f468279eb5b739b0a4c6b303d03255ed69bf4
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>
arch/arm64/configs/defconfig