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

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 yamada.m@jp.panasonic.com Cc: Michal Simek michal.simek@xilinx.com --- arch/microblaze/lib/time.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/microblaze/lib/time.c
diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c deleted file mode 100644 index e69de29..0000000

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 yamada.m@jp.panasonic.com Cc: Michal Simek michal.simek@xilinx.com
arch/microblaze/lib/time.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/microblaze/lib/time.c
diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c deleted file mode 100644 index e69de29..0000000
Applied to microblaze next branch.
Thanks, Michal

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 remaining probably for a human mistake.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Michal Simek michal.simek@xilinx.com
arch/microblaze/lib/time.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/microblaze/lib/time.c
diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c deleted file mode 100644 index e69de29..0000000
Applied to microblaze next branch.
We'll need this soonish, I'm going to grab it and apply shortly if you don't mind. Thanks!

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 file, arch/microblaze/lib/time.c has been remaining probably for a human mistake.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Michal Simek michal.simek@xilinx.com
arch/microblaze/lib/time.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/microblaze/lib/time.c
diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c deleted file mode 100644 index e69de29..0000000
Applied to microblaze next branch.
We'll need this soonish, I'm going to grab it and apply shortly if you don't mind. Thanks!
Sure. Feel free to take it directly.
Thanks, Michal

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: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Michal Simek michal.simek@xilinx.com
Applied to u-boot/master, thanks!
participants (3)
-
Masahiro Yamada
-
Michal Simek
-
Tom Rini