Commit 30b3370d authored by David S. Miller's avatar David S. Miller

[SPARC]: Mark get_rtc_time() static in SBUS rtc driver.

parent 43ef91e3
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
static int rtc_busy = 0; static int rtc_busy = 0;
/* Retrieve the current date and time from the real time clock. */ /* Retrieve the current date and time from the real time clock. */
void get_rtc_time(struct rtc_time *t) static void get_rtc_time(struct rtc_time *t)
{ {
unsigned long regs = mstk48t02_regs; unsigned long regs = mstk48t02_regs;
u8 tmp; u8 tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment