From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [linux-next] sdhci-s3c build error Date: Sat, 03 Dec 2011 19:09:14 -0500 Message-ID: <87borpfb9x.fsf@laptop.org> References: <1322957045.19303.0.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from void.printf.net ([89.145.121.20]:46004 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752521Ab1LDAJH (ORCPT ); Sat, 3 Dec 2011 19:09:07 -0500 In-Reply-To: <1322957045.19303.0.camel@phoenix> (Axel Lin's message of "Sun, 04 Dec 2011 08:04:05 +0800") Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Axel Lin Cc: linux-mmc@vger.kernel.org, Sangwook Lee Hi, On Sat, Dec 03 2011, Axel Lin wrote: > commit 666b6ab "mmc: sdhci-s3c: Add pm_caps into SD/MMC host" introduces below > build error: > > CC drivers/mmc/host/sdhci-s3c.o > drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_probe': > drivers/mmc/host/sdhci-s3c.c:524: error: 'struct s3c_sdhci_platdata' > has no member named 'pm_caps' > drivers/mmc/host/sdhci-s3c.c:525: error: 'struct s3c_sdhci_platdata' > has no member named 'pm_caps' > make[3]: *** [drivers/mmc/host/sdhci-s3c.o] Error 1 > make[2]: *** [drivers/mmc/host] Error 2 > make[1]: *** [drivers/mmc] Error 2 > make: *** [drivers] Error 2 > > Forgot to add pm_caps to struct s3c_sdhci_platdata? Known, see http://thread.gmane.org/gmane.linux.kernel.mmc/11464. I'll pull in the arch code fix, but I need to rebase mmc-next against a newer Linus tree first (else the patch doesn't apply). Thanks, - Chris. -- Chris Ball One Laptop Per Child