From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 28 Oct 2011 15:45:33 -0500 Subject: [U-Boot] [PATCH 1/3] nand: Remove static modifier from common functions In-Reply-To: <1318762212-6763-2-git-send-email-simonschwarzcor@gmail.com> References: <1317282243-14848-1-git-send-email-simonschwarzcor@gmail.com> <1318762212-6763-1-git-send-email-simonschwarzcor@gmail.com> <1318762212-6763-2-git-send-email-simonschwarzcor@gmail.com> Message-ID: <4EAB146D.3080502@freescale.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 10/16/2011 05:50 AM, Simon Schwarz wrote: > Removed static modifiers from functions that were often duplicated in > SPL implementations. > > Signed-off-by: Simon Schwarz > Cc: scottwood at freescale.com > Cc: s-paulraj at ti.com > Cc: albert.u.boot at aribaud.net > --- > Changes V2: > nothing > --- > drivers/mtd/nand/nand_base.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Ideally the prototypes would be added in the same patch, but it's not worth respinning over, especially since U-Boot doesn't appear to enable -Wmissing-prototypes. Acked-by: Scott Wood Will this be taken via an ARM tree due to patch 3/3? -Scott