Re: [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 10:10:04PM +0900, Masahiro Yamada wrote: > Commit 779bf42c moved timer functions from > arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c. > > But the empty file, arch/microblaze/lib/time.c > has been remaining probably for a human mistake. > > Signed-off-by: Masa

Re: [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c

2014-02-19 Thread Michal Simek
On 02/19/2014 03:03 PM, Tom Rini wrote: > On Wed, Feb 19, 2014 at 02:55:19PM +0100, Michal Simek wrote: >> Hi, >> >> On 02/19/2014 02:10 PM, Masahiro Yamada wrote: >>> Commit 779bf42c moved timer functions from >>> arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c. >>> >>> But the empty fil

Re: [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c

2014-02-19 Thread Tom Rini
On Wed, Feb 19, 2014 at 02:55:19PM +0100, Michal Simek wrote: > Hi, > > On 02/19/2014 02:10 PM, Masahiro Yamada wrote: > > Commit 779bf42c moved timer functions from > > arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c. > > > > But the empty file, arch/microblaze/lib/time.c > > has been

Re: [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c

2014-02-19 Thread Michal Simek
Hi, On 02/19/2014 02:10 PM, Masahiro Yamada wrote: > Commit 779bf42c moved timer functions from > arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c. > > But the empty file, arch/microblaze/lib/time.c > has been remaining probably for a human mistake. > > Signed-off-by: Masahiro Yamada >

[U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c

2014-02-19 Thread Masahiro Yamada
Commit 779bf42c moved timer functions from arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c. But the empty file, arch/microblaze/lib/time.c has been remaining probably for a human mistake. Signed-off-by: Masahiro Yamada Cc: Michal Simek --- arch/microblaze/lib/time.c | 0 1 file chang