Re: [U-Boot] [PATCH v2 2/2] Fix checkpatch warnings about externs in *.c

2012-09-28 Thread Tom Rini
On Fri, Sep 28, 2012 at 11:18:04AM +0200, Pavel Herrmann wrote: > Move all extern declarations of sata_dev_desc[] into to make > checkpatch happy, inslude in every sata driver, and remove > now duplicit declarations of sata API functions. > > Signed-off-by: Pavel Herrmann Not a problem in you

Re: [U-Boot] [PATCH v2 2/2] Fix checkpatch warnings about externs in *.c

2012-09-28 Thread Marek Vasut
Dear Pavel Herrmann, > Move all extern declarations of sata_dev_desc[] into to make > checkpatch happy, inslude in every sata driver, and remove now > duplicit declarations of sata API functions. > > Signed-off-by: Pavel Herrmann WFM Reviewed-by: Marek Vasut [...] Best regards, Marek Vasu

[U-Boot] [PATCH v2 2/2] Fix checkpatch warnings about externs in *.c

2012-09-28 Thread Pavel Herrmann
Move all extern declarations of sata_dev_desc[] into to make checkpatch happy, inslude in every sata driver, and remove now duplicit declarations of sata API functions. Signed-off-by: Pavel Herrmann --- Changes for v2: use include/sata.h instead of a separate header file drivers/block/ata_pi