May possible to include in different patch. Reviewed-by: Jagannadha Sutradharudu Teki <[email protected]>
On Fri, Jun 27, 2014 at 3:24 PM, Stefan Roese <[email protected]> wrote: > Signed-off-by: Stefan Roese <[email protected]> > Cc: Jagannadha Sutradharudu Teki <[email protected]> > --- > > drivers/spi/kirkwood_spi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/spi/kirkwood_spi.c b/drivers/spi/kirkwood_spi.c > index 449e9f8..7d1c1f9 100644 > --- a/drivers/spi/kirkwood_spi.c > +++ b/drivers/spi/kirkwood_spi.c > @@ -18,7 +18,7 @@ > > static struct kwspi_registers *spireg = (struct kwspi_registers > *)KW_SPI_BASE; > > -u32 cs_spi_mpp_back[2]; > +static u32 cs_spi_mpp_back[2]; > > struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs, > unsigned int max_hz, unsigned int mode) > -- > 2.0.1 > > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot -- Jagan. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

