From: eric@eukrea.com (Eric Bénard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/5] mach-pcm037_eet: fix compile errors
Date: Fri, 15 Oct 2010 12:15:03 +0200 [thread overview]
Message-ID: <1287137707-9548-1-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <20101015070731.GF6747@pengutronix.de>
this patch fix the following errors :
arch/arm/mach-mx3/mach-pcm037_eet.c:62: error: implicit declaration of function 'MXC_SPI_CS'
arch/arm/mach-mx3/mach-pcm037_eet.c:185: error: implicit declaration of function 'imx35_add_spi_imx0'
from the Kconfig pcm037 is i.MX31 based and not i.MX35 so replace
imx35_add_spi_imx0 by imx31_add_spi_imx0
this was introduced in commit : a4dc013570e08ec4947b10fa78080da767b30527
Signed-off-by: Eric B?nard <eric@eukrea.com>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
v2 : fix according Uwe's comments
arch/arm/mach-mx3/mach-pcm037_eet.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-mx3/mach-pcm037_eet.c b/arch/arm/mach-mx3/mach-pcm037_eet.c
index c8b9821..99e0894 100644
--- a/arch/arm/mach-mx3/mach-pcm037_eet.c
+++ b/arch/arm/mach-mx3/mach-pcm037_eet.c
@@ -19,6 +19,7 @@
#include "pcm037.h"
#include "devices.h"
+#include "devices-imx31.h"
static unsigned int pcm037_eet_pins[] = {
/* Reserve and hardwire GPIO 57 high - S6E63D6 chipselect */
@@ -181,7 +182,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)
- imx35_add_spi_imx0(&pcm037_spi1_pdata);
+ imx31_add_spi_imx0(&pcm037_spi1_pdata);
#endif
platform_device_register(&pcm037_gpio_keys_device);
--
1.7.0.4
next prev parent reply other threads:[~2010-10-15 10:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 23:00 [PATCH 1/5] mach-pcm037_eet: fix compile errors Eric Bénard
2010-10-14 23:00 ` [PATCH 2/5] mx25: add defconfig Eric Bénard
2010-10-15 7:22 ` Uwe Kleine-König
2010-10-15 8:19 ` Eric Bénard
2010-10-14 23:00 ` [PATCH 3/5] mx27: update defconfig Eric Bénard
2010-10-15 7:27 ` Uwe Kleine-König
2010-10-14 23:00 ` [PATCH 4/5] mx3: " Eric Bénard
2010-10-14 23:00 ` [PATCH 5/5] mx51: " Eric Bénard
2010-10-15 7:07 ` [PATCH 1/5] mach-pcm037_eet: fix compile errors Uwe Kleine-König
2010-10-15 10:15 ` Eric Bénard [this message]
2010-10-15 10:15 ` [PATCH v2 2/5] mx25: add defconfig Eric Bénard
2010-10-16 18:33 ` Baruch Siach
2010-10-15 10:15 ` [PATCH v2 3/5] mx27: update defconfig Eric Bénard
2010-10-15 10:15 ` [PATCH v2 4/5] mx3: " Eric Bénard
2010-10-15 10:15 ` [PATCH v2 5/5] mx51: " Eric Bénard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1287137707-9548-1-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).