[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220223165416.2359767-1-broonie@kernel.org>
Date: Wed, 23 Feb 2022 16:54:16 +0000
From: broonie@...nel.org
To: Lee Jones <lee.jones@...aro.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the mfd tree
Hi all,
After merging the mfd tree, today's linux-next build (KCONFIG_NAME)
failed like this:
/tmp/next/build/drivers/mfd/sprd-sc27xx-spi.c:255:35: error: redefinition of 'sprd_pmic_spi_ids'
255 | static const struct spi_device_id sprd_pmic_spi_ids[] = {
| ^~~~~~~~~~~~~~~~~
/tmp/next/build/drivers/mfd/sprd-sc27xx-spi.c:242:35: note: previous definition of 'sprd_pmic_spi_ids' was here
242 | static const struct spi_device_id sprd_pmic_spi_ids[] = {
| ^~~~~~~~~~~~~~~~~
Caused by commit
6fc90b92e9c7ef348 ("mfd: sprd: Add SPI device ID table")
I used the MFD tree from yesterday instead.
Powered by blists - more mailing lists