diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-06-25 16:30:05 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-06-25 16:30:05 -0400 |
commit | a1f338f8741365fd5f03ec1954e65b06ac26d60b (patch) | |
tree | f5291224240417328230029cdea230dd3caf08c0 | |
parent | 3056bfb0d3e2e6fcffa99f37172200bdf4b09ab6 (diff) |
arm64: defconfig: remove duplicate entry
This fixes a warning:
warning: override: reassigning to symbol SPI_MESON_SPIFC
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 79b34eb69e14..b3120278e08c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -269,7 +269,6 @@ CONFIG_SPI_MESON_SPICC=m | |||
269 | CONFIG_SPI_MESON_SPIFC=m | 269 | CONFIG_SPI_MESON_SPIFC=m |
270 | CONFIG_SPI_BCM2835=m | 270 | CONFIG_SPI_BCM2835=m |
271 | CONFIG_SPI_BCM2835AUX=m | 271 | CONFIG_SPI_BCM2835AUX=m |
272 | CONFIG_SPI_MESON_SPIFC=m | ||
273 | CONFIG_SPI_ORION=y | 272 | CONFIG_SPI_ORION=y |
274 | CONFIG_SPI_PL022=y | 273 | CONFIG_SPI_PL022=y |
275 | CONFIG_SPI_QUP=y | 274 | CONFIG_SPI_QUP=y |