Re: [PATCH v2 1/4] mmc: sdhci-of-aspeed: Fix link failure for SPARC

2019-09-03 Thread Andrew Jeffery
On Wed, 4 Sep 2019, at 00:18, Ulf Hansson wrote: > On Mon, 2 Sep 2019 at 07:26, Andrew Jeffery wrote: > > > > > > > > On Mon, 2 Sep 2019, at 13:42, Joel Stanley wrote: > > > On Mon, 2 Sep 2019 at 03:58, Andrew Jeffery wrote: > > > > > > > > Resolves the following build error reported by the 0-

Re: [PATCH v2 1/4] mmc: sdhci-of-aspeed: Fix link failure for SPARC

2019-09-03 Thread Ulf Hansson
On Mon, 2 Sep 2019 at 07:26, Andrew Jeffery wrote: > > > > On Mon, 2 Sep 2019, at 13:42, Joel Stanley wrote: > > On Mon, 2 Sep 2019 at 03:58, Andrew Jeffery wrote: > > > > > > Resolves the following build error reported by the 0-day bot: > > > > > > ERROR: "of_platform_device_create" > > > [

Re: [PATCH v2 1/4] mmc: sdhci-of-aspeed: Fix link failure for SPARC

2019-09-01 Thread Andrew Jeffery
On Mon, 2 Sep 2019, at 13:42, Joel Stanley wrote: > On Mon, 2 Sep 2019 at 03:58, Andrew Jeffery wrote: > > > > Resolves the following build error reported by the 0-day bot: > > > > ERROR: "of_platform_device_create" > > [drivers/mmc/host/sdhci-of-aspeed.ko] undefined! > > > > SPARC does no

Re: [PATCH v2 1/4] mmc: sdhci-of-aspeed: Fix link failure for SPARC

2019-09-01 Thread Joel Stanley
On Mon, 2 Sep 2019 at 03:58, Andrew Jeffery wrote: > > Resolves the following build error reported by the 0-day bot: > > ERROR: "of_platform_device_create" [drivers/mmc/host/sdhci-of-aspeed.ko] > undefined! > > SPARC does not set CONFIG_OF_ADDRESS so the symbol is missing. Guard the > callsit