linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix pcm037_eet compilation with the new SPI driver
@ 2009-10-05  8:04 Guennadi Liakhovetski
  2009-10-05 12:19 ` Sascha Hauer
  0 siblings, 1 reply; 6+ messages in thread
From: Guennadi Liakhovetski @ 2009-10-05  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

At some point the SPI device name in arch/arm/mach-mx3/devices.c has 
changed, which then broke compilation of pcm037_eet with the new SPI 
driver. Use the correct name.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
diff --git a/arch/arm/mach-mx3/pcm037_eet.c b/arch/arm/mach-mx3/pcm037_eet.c
index 8d38600..dc6baf3 100644
--- a/arch/arm/mach-mx3/pcm037_eet.c
+++ b/arch/arm/mach-mx3/pcm037_eet.c
@@ -184,7 +184,7 @@ static int eet_init_devices(void)
 	/* SPI */
 	spi_register_board_info(pcm037_spi_dev, ARRAY_SIZE(pcm037_spi_dev));
 #if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
-	mxc_register_device(&mxc_spi_device0, &pcm037_spi1_master);
+	mxc_register_device(&imx_spi_device0, &pcm037_spi1_master);
 #endif
 
 	platform_device_register(&pcm037_gpio_keys_device);

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-06  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05  8:04 [PATCH] fix pcm037_eet compilation with the new SPI driver Guennadi Liakhovetski
2009-10-05 12:19 ` Sascha Hauer
2009-10-05 14:01   ` Valentin Longchamp
2009-10-05 14:49     ` [PATCH v2] " Guennadi Liakhovetski
2009-10-05 15:34       ` Valentin Longchamp
2009-10-06  6:48       ` Sascha Hauer

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).