sparc64: Fix sparse warnings in kernel/time.c
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 06:39:11 +0000 (23:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 06:39:11 +0000 (23:39 -0700)
1) Using "clock" as a local variable shadows a global variable of
   the same name declared in linux/clocksource.h

2) rtc_cmos_resource should be static

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found