[U-Boot] [PATCH v4 7/7] arm, davinci: Remove duplication of pinmux configuration code

Tom Rini tom.rini at gmail.com
Tue Nov 29 22:24:36 CET 2011


On Tue, Nov 29, 2011 at 2:46 AM, Christian Riesch
<christian.riesch at omicron.at> wrote:
> This patch replaces the pinmux configuration code in
> arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c by the code from
> arch/arm/cpu/arm926ejs/davinci/pinmux.c.
[snip]
> +/* pinmux_resource[] vector is defined in the board specific file */
> +extern const struct pinmux_resource pinmuxes[];
> +extern const int pinmuxes_size;

This is a checkpatch warning.  I've moved the extern / comment to
<asm/arch/da850_lowlevel.h>.

-- 
Tom


More information about the U-Boot mailing list