ath79: remove SPI driver link order hack
authorShiji Yang <yangshiji66@qq.com>
Sat, 22 Jun 2024 14:58:56 +0000 (14:58 +0000)
committerNick Hainke <vincent@systemli.org>
Sun, 23 Jun 2024 19:04:20 +0000 (21:04 +0200)
commit354690ebc96807e7465f8911dc591f8a4678ac89
treef86b1c95aac42b4816022b924afc7f4b9a705847
parentf444dea428cdcafd78fb75004a942da24cabd48c
ath79: remove SPI driver link order hack

This hack is used to make sure that the mfd device starts before the
mtd driver[1]. Now the linux driver framework "struct spi_driver {}"
can always ensure this.

[1] 47f8fd1dde5d ("ar71xx: rewrite SPI drivers for the RB4xx boards")

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/patches-6.6/420-drivers-link-spi-before-mtd.patch [deleted file]