* [PATCH] ata: pata_at91: depend on !ARCH_MULTIPLATFORM
@ 2015-01-13 18:25 Alexandre Belloni
2015-01-13 20:56 ` Tejun Heo
2015-01-14 9:21 ` Nicolas Ferre
0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Belloni @ 2015-01-13 18:25 UTC (permalink / raw)
To: linux-arm-kernel
Until the driver is corrected to stop using mach/at91isam9_smc.h, it won't
compile in a ARCH_MULTIPLATFORM configuration.
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
drivers/ata/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index a3a13605a9c4..5f601553b9b0 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -835,6 +835,7 @@ config PATA_AT32
config PATA_AT91
tristate "PATA support for AT91SAM9260"
depends on ARM && SOC_AT91SAM9
+ depends on !ARCH_MULTIPLATFORM
help
This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ata: pata_at91: depend on !ARCH_MULTIPLATFORM
2015-01-13 18:25 [PATCH] ata: pata_at91: depend on !ARCH_MULTIPLATFORM Alexandre Belloni
@ 2015-01-13 20:56 ` Tejun Heo
2015-01-14 9:21 ` Nicolas Ferre
1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2015-01-13 20:56 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 13, 2015 at 07:25:17PM +0100, Alexandre Belloni wrote:
> Until the driver is corrected to stop using mach/at91isam9_smc.h, it won't
> compile in a ARCH_MULTIPLATFORM configuration.
>
> Suggested-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Applied to libata/for-3.19-fixes.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ata: pata_at91: depend on !ARCH_MULTIPLATFORM
2015-01-13 18:25 [PATCH] ata: pata_at91: depend on !ARCH_MULTIPLATFORM Alexandre Belloni
2015-01-13 20:56 ` Tejun Heo
@ 2015-01-14 9:21 ` Nicolas Ferre
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2015-01-14 9:21 UTC (permalink / raw)
To: linux-arm-kernel
Le 13/01/2015 19:25, Alexandre Belloni a ?crit :
> Until the driver is corrected to stop using mach/at91isam9_smc.h, it won't
> compile in a ARCH_MULTIPLATFORM configuration.
>
> Suggested-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> drivers/ata/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> index a3a13605a9c4..5f601553b9b0 100644
> --- a/drivers/ata/Kconfig
> +++ b/drivers/ata/Kconfig
> @@ -835,6 +835,7 @@ config PATA_AT32
> config PATA_AT91
> tristate "PATA support for AT91SAM9260"
> depends on ARM && SOC_AT91SAM9
> + depends on !ARCH_MULTIPLATFORM
> help
> This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.
>
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-14 9:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 18:25 [PATCH] ata: pata_at91: depend on !ARCH_MULTIPLATFORM Alexandre Belloni
2015-01-13 20:56 ` Tejun Heo
2015-01-14 9:21 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).