Re: [U-Boot] [PATCH 2/6] dm: core: Adjust device.h header file order

2015-10-18 Thread Simon Glass
On 28 September 2015 at 23:32, Simon Glass wrote: > Move a few functions around so that the ordering is consistent. > > Signed-off-by: Simon Glass > --- > > include/dm/device.h | 26 +- > 1 file changed, 13 insertions(+), 13 deletions(-) Applied to u-boot-dm. ___

[U-Boot] [PATCH 2/6] dm: core: Adjust device.h header file order

2015-09-28 Thread Simon Glass
Move a few functions around so that the ordering is consistent. Signed-off-by: Simon Glass --- include/dm/device.h | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/include/dm/device.h b/include/dm/device.h index f152008..e09f897 100644 --- a/inclu