From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 3/3 v2] AT91: initialize Compact Flash on AT91SAM9263 cpu Date: Fri, 06 Feb 2009 15:17:27 +0300 Message-ID: <498C2A57.6010908@ru.mvista.com> References: <200902061214.19789.stf_xl@wp.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from h155.mvista.com ([63.81.120.155]:19060 "EHLO imap.sh.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752614AbZBFMRc (ORCPT ); Fri, 6 Feb 2009 07:17:32 -0500 In-Reply-To: <200902061214.19789.stf_xl@wp.pl> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Stanislaw Gruszka Cc: linux-ide@vger.kernel.org, Andrew Victor , linux-arm-kernel@lists.arm.linux.org.uk Hello. Stanislaw Gruszka wrote: > Signed-off-by: Stanislaw Gruszka > [...] > diff --git a/arch/arm/mach-at91/at91sam9263_devices.c b/arch/arm/mach-at91/at91sam9263_devices.c > index b753cb8..7c950f1 100644 > --- a/arch/arm/mach-at91/at91sam9263_devices.c > +++ b/arch/arm/mach-at91/at91sam9263_devices.c [...] > +void __init at91_add_device_cf(struct at91_cf_data *data) > +{ > [...] > + /* enable EBI controlled pins */ > + at91_set_A_periph(AT91_PIN_PD5, 1); /* NWAIT */ > + at91_set_A_periph(AT91_PIN_PD8, 0); /* CFCE1 */ > + at91_set_A_periph(AT91_PIN_PD9, 0); /* CFCE2 */ > + at91_set_A_periph(AT91_PIN_PD14, 0); /* CFNRW */ > + > + if (data->flags & AT91_CF_TRUE_IDE) > Again, I've probably missed something but this structre doesn't have the 'flags' field. How is this suppoed to compile? MBR, Sergei