+++ /dev/null
-From 9c5c660bbc401a6b042a98a8d94a635ed71e198a Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index c342dc4e8a45..2489b6151ace 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -76,6 +76,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
scsi-scsi_dh_rdac-avoid-crash-during-rdac_bus_attach.patch
scsi-core-avoid-printing-an-error-if-target_alloc-re.patch
arm-dts-nomadik-fix-up-interrupt-controller-node-nam.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
net-usb-lan78xx-don-t-modify-phy_device-state-concur.patch
+++ /dev/null
-From 54964ecc4104980c371d55381a2337b9075e0725 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index c342dc4e8a45..2489b6151ace 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -76,6 +76,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
scsi-scsi_dh_rdac-avoid-crash-during-rdac_bus_attach.patch
scsi-core-avoid-printing-an-error-if-target_alloc-re.patch
arm-dts-nomadik-fix-up-interrupt-controller-node-nam.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
net-usb-lan78xx-don-t-modify-phy_device-state-concur.patch
+++ /dev/null
-From b9812a8aa6eed8ec79440014fbef6f4e1e2c2f83 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index c342dc4e8a45..2489b6151ace 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -76,6 +76,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
dmaengine-of-dma-router_xlate-to-return-eprobe_defer.patch
scsi-megaraid_mm-fix-end-of-loop-tests-for-list_for_.patch
scsi-core-avoid-printing-an-error-if-target_alloc-re.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
+++ /dev/null
-From bf9b73c958cd29d651bd93d88c2665f9dd7f2201 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index c342dc4e8a45..2489b6151ace 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -76,6 +76,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
scsi-scsi_dh_rdac-avoid-crash-during-rdac_bus_attach.patch
scsi-core-avoid-printing-an-error-if-target_alloc-re.patch
arm-dts-nomadik-fix-up-interrupt-controller-node-nam.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
+++ /dev/null
-From 5f942aaca9991ec74fa82248f34703641681ef7d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index 165c184801e1..57e61e797189 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -89,6 +89,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
drm-amdgpu-fix-the-doorbell-missing-when-in-cgpg-iss.patch
qede-fix-crash-in-rmmod-qede-while-automatic-debug-c.patch
arm-dts-nomadik-fix-up-interrupt-controller-node-nam.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
net-usb-pegasus-check-the-return-value-of-get_gerist.patch
net-usb-lan78xx-don-t-modify-phy_device-state-concur.patch
drm-amd-display-fix-dynamic-bpp-issue-with-8k30-with.patch
+++ /dev/null
-From 80dbc63aa6264ab8d9274381973ddb6beb243c1f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index 165c184801e1..57e61e797189 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -89,6 +89,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
drm-amdgpu-fix-the-doorbell-missing-when-in-cgpg-iss.patch
qede-fix-crash-in-rmmod-qede-while-automatic-debug-c.patch
arm-dts-nomadik-fix-up-interrupt-controller-node-nam.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
net-usb-pegasus-check-the-return-value-of-get_gerist.patch
net-usb-lan78xx-don-t-modify-phy_device-state-concur.patch
perf-x86-fix-out-of-bound-msr-access.patch
+++ /dev/null
-From 61635a65ff62933ccabf54a6fb19280e9307f268 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 21 Jul 2021 17:16:04 +0200
-Subject: ARM: ixp4xx: goramo_mlr depends on old PCI driver
-
-From: Arnd Bergmann <arnd@arndb.de>
-
-[ Upstream commit 796a8c85b1216618258e08b463d3bef0d7123760 ]
-
-When this driver is disabled, the board file fails to build,
-so add a dependency:
-
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_preinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:472:9: error: implicit declaration of function 'ixp4xx_pci_preinit'; did you mean 'iop3xx_pci_preinit'? [-Werror=implicit-function-declaration]
- 472 | ixp4xx_pci_preinit();
- | ^~~~~~~~~~~~~~~~~~
- | iop3xx_pci_preinit
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_pci_postinit':
-arch/arm/mach-ixp4xx/goramo_mlr.c:481:22: error: implicit declaration of function 'ixp4xx_pci_read' [-Werror=implicit-function-declaration]
- 481 | if (!ixp4xx_pci_read(addr, NP_CMD_CONFIGREAD, &value)) {
- | ^~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c:231:35: error: 'IXP4XX_UART1_BASE_PHYS' undeclared here (not in a function)
- 231 | .start = IXP4XX_UART1_BASE_PHYS,
- | ^~~~~~~~~~~~~~~~~~~~~~
-arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
-arch/arm/mach-ixp4xx/goramo_mlr.c:376:9: error: implicit declaration of function 'ixp4xx_sys_init' [-Werror=implicit-function-declaration]
- 376 | ixp4xx_sys_init();
- | ^~~~~~~~~~~~~~~
-
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-Cc: Linus Walleij <linus.walleij@linaro.org>
-Cc: soc@kernel.org
-Link: https://lore.kernel.org/r/20210721151620.2373500-1-arnd@kernel.org'
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/mach-ixp4xx/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
-index 165c184801e1..57e61e797189 100644
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -89,6 +89,7 @@ config MACH_IXDP465
-
- config MACH_GORAMO_MLR
- bool "GORAMO Multi Link Router"
-+ depends on IXP4XX_PCI_LEGACY
- help
- Say 'Y' here if you want your kernel to support GORAMO
- MultiLink router.
---
-2.30.2
-
scsi-core-avoid-printing-an-error-if-target_alloc-re.patch
scsi-core-fix-capacity-set-to-zero-after-offlinining.patch
arm-dts-nomadik-fix-up-interrupt-controller-node-nam.patch
-arm-ixp4xx-goramo_mlr-depends-on-old-pci-driver.patch
net-usb-lan78xx-don-t-modify-phy_device-state-concur.patch
drm-amd-display-fix-dynamic-bpp-issue-with-8k30-with.patch