Re: [U-Boot] [PATCH 08/57] ixp: Move timestamp to arch_global_data

2012-11-16 Thread Marek Vasut
Dear Simon Glass, > Move this field into arch_global_data and tidy up. > > Signed-off-by: Simon Glass Ick, this driver's ugly :) Acked-by: Marek Vasut Tom, is there any IXP maintainer? > --- > arch/arm/cpu/ixp/timer.c |8 > arch/arm/include/asm/global_data.h |6 +

[U-Boot] [PATCH 08/57] ixp: Move timestamp to arch_global_data

2012-11-16 Thread Simon Glass
Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass --- arch/arm/cpu/ixp/timer.c |8 arch/arm/include/asm/global_data.h |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/cpu/ixp/timer.c b/arch/arm/cpu/ixp/timer