Re: [U-Boot] [PATCH 08/14] dm: pci: Reorder functions in cmd_pci.c

2015-11-15 Thread Simon Glass
Hi Bin, On 13 November 2015 at 00:11, Bin Meng wrote: > Hi Simon, > > On Fri, Nov 13, 2015 at 5:45 AM, Simon Glass wrote: >> Before converting this to driver model, reorder the code to avoid forward >> function declarations. >> >> Signed-off-by: Simon

[U-Boot] [PATCH 08/14] dm: pci: Reorder functions in cmd_pci.c

2015-11-12 Thread Simon Glass
Before converting this to driver model, reorder the code to avoid forward function declarations. Signed-off-by: Simon Glass --- common/cmd_pci.c | 216 +++ 1 file changed, 106 insertions(+), 110 deletions(-) diff --git

Re: [U-Boot] [PATCH 08/14] dm: pci: Reorder functions in cmd_pci.c

2015-11-12 Thread Bin Meng
Hi Simon, On Fri, Nov 13, 2015 at 5:45 AM, Simon Glass wrote: > Before converting this to driver model, reorder the code to avoid forward > function declarations. > > Signed-off-by: Simon Glass > --- > > common/cmd_pci.c | 216 >