MIPS: Alchemy: Remove duplicate initializer
authorArnd Bergmann <arnd@arndb.de>
Tue, 17 Jan 2017 15:18:39 +0000 (16:18 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 25 Jan 2017 01:51:10 +0000 (02:51 +0100)
commite45587293c6939f7e64b7cd75be41c3a2a6cd1dc
tree2aa540b0778bf235ab29bfeb6d354e83d719678a
parent8c9b23ffb3f92ffa4cbe37b1bab4542586e0bfd1
MIPS: Alchemy: Remove duplicate initializer

We get a harmless warning about a duplicate initalizer for the
i2c board info structure:

arch/mips/alchemy/board-gpr.c:239:11: error: initialized field overwritten [-Werror=override-init]

As both initializers have the identical value, we can simply drop
the second one.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15046/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/board-gpr.c