]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: timer: Remove static global variable
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 20 Aug 2013 05:33:15 +0000 (14:33 +0900)
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 17 Oct 2013 00:34:39 +0000 (09:34 +0900)
commitb8f1608645c98511e726f6e009169f9b9e2140f9
tree1281ceba544acf702d507d357026ae8c50baac36
parent861bd4bcf7e7eba165b42e79cea005486851d69b
sh: timer: Remove static global variable

"static u16 bit" is not necessary to use this as static global variable.
This patch fixes this.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/sh/lib/time.c