diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-19 22:10:04 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-19 10:47:47 -0500 |
commit | 56746d80105a9d0fd4ff287953b7e5c029f9850d (patch) | |
tree | 57f0c588cba1ac7bfa01fec7c27d95f9bd12b65b /arch | |
parent | e9024ef27d0fc011ac36100c61dbd92025c96108 (diff) | |
download | u-boot-56746d80105a9d0fd4ff287953b7e5c029f9850d.tar.gz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/lib/time.c | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c deleted file mode 100644 index e69de29bb2..0000000000 --- a/arch/microblaze/lib/time.c +++ /dev/null |