From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH] of/pcmcia: m8xx_pcmcia.c: Fix build failures Date: Wed, 2 Jun 2010 20:11:52 -0600 Message-ID: <20100603021152.GB27186@angua.secretlab.ca> References: <1275521937-11130-1-git-send-email-agust@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1275521937-11130-1-git-send-email-agust-ynQEQJNshbs@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Anatolij Gustschin Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-pcmcia-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, Jun 03, 2010 at 01:38:57AM +0200, Anatolij Gustschin wrote: > Fixes build errors caused by the: > - OF device_node pointer being moved into struct device > - typo in match_table field in the struct device_driver > (which shoud be of_match_table) > > Signed-off-by: Anatolij Gustschin applied