From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 31 May 2011 20:41:15 +0200 Subject: [U-Boot] [PATCH v2] ARMV7: Vexpress: Add missing MMC header In-Reply-To: <4DE530F2.904@aribaud.net> References: <1306172426-17837-1-git-send-email-dirk.behme@gmail.com> <4DE530F2.904@aribaud.net> Message-ID: <4DE5364B.7050404@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 31.05.2011 20:18, Albert ARIBAUD wrote: > Le 23/05/2011 19:40, Dirk Behme a ?crit : >> From: Dirk Behme >> >> Add a header file with the missing function prototype to fix >> >> ca9x4_ct_vxp.c: In function 'cpu_mmc_init': >> ca9x4_ct_vxp.c:93: warning: implicit declaration of function >> 'arm_pl180_mmci_init' >> >> introduced by commit "ARMV7: Vexpress: Add MMC support" >> (f0c64526b7e51ba997a0f1baf9e74e6d497b957e) >> >> Signed-off-by: Dirk Behme >> CC: Andy Fleming >> CC: Matt Waddel >> >> --- >> >> Changes in v2: Switch angle braces to quotes. > > Applied to u-boot-arm/next, thanks -- that will go in master at next > merge window. Thanks! Hmm, but why next? This would mean we release v2011.06 with the above warning? I thought that fixing warnings introduced while the merge window is one of the things a rc cycle is good for? Best regards Dirk