Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57066
b: refs/heads/master
c: 42e2826
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and David S. Miller committed May 29, 2007
1 parent 757e094 commit b22cfa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59db8102bd0ab7a67d525d086ca08e07d69fadd4
refs/heads/master: 42e28264783f1b3b9a99e0fdda263ed9bffcf331
4 changes: 2 additions & 2 deletions trunk/arch/sparc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ irqreturn_t timer_interrupt(int irq, void *dev_id)
}

/* Kick start a stopped clock (procedure from the Sun NVRAM/hostid FAQ). */
static void __init kick_start_clock(void)
static void __devinit kick_start_clock(void)
{
struct mostek48t02 *regs = (struct mostek48t02 *)mstk48t02_regs;
unsigned char sec;
Expand Down Expand Up @@ -223,7 +223,7 @@ static __inline__ int has_low_battery(void)
return (data1 == data2); /* Was the write blocked? */
}

static void __init mostek_set_system_time(void)
static void __devinit mostek_set_system_time(void)
{
unsigned int year, mon, day, hour, min, sec;
struct mostek48t02 *mregs;
Expand Down

0 comments on commit b22cfa8

Please sign in to comment.