[U-Boot] [PATCH 1/3] nand: Remove static modifier from common functions
Scott Wood
scottwood at freescale.com
Fri Oct 28 22:45:33 CEST 2011
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 <simonschwarzcor at gmail.com>
> 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 <scottwood at freescale.com>
Will this be taken via an ARM tree due to patch 3/3?
-Scott
More information about the U-Boot
mailing list