Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279703
b: refs/heads/master
c: 361a541
h: refs/heads/master
i:
  279701: de5b0da
  279699: e7c4c30
  279695: 30c9c55
v: v3
  • Loading branch information
Greg Ungerer committed Dec 24, 2011
1 parent d8d7574 commit d20c832
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 5717a02becd2f5dae8b11cb5808de4e5369d607c
refs/heads/master: 361a541dc2373e57cfa7a63e95fbe448ff5675d4
1 change: 0 additions & 1 deletion trunk/arch/m68k/kernel/setup_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ EXPORT_SYMBOL(memory_end);
char __initdata command_line[COMMAND_LINE_SIZE];

/* machine dependent timer functions */
void (*mach_gettod)(int*, int*, int*, int*, int*, int*);
int (*mach_set_clock_mmss)(unsigned long);

/* machine dependent reboot functions */
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/kernel/time_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

#define TICK_SIZE (tick_nsec / 1000)

/* machine dependent timer functions */
void (*mach_gettod)(int*, int*, int*, int*, int*, int*);

static inline int set_rtc_mmss(unsigned long nowtime)
{
if (mach_set_clock_mmss)
Expand Down

0 comments on commit d20c832

Please sign in to comment.