Commit 228be800 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] genrtc: jiffies type fix

use `unsigned long' for a jiffies-holding type.
parent 59b6573c
......@@ -88,7 +88,7 @@ static struct timer_list timer_task;
static unsigned int oldsecs;
static int lostint;
static int tt_exp;
static unsigned long tt_exp;
static void gen_rtc_timer(unsigned long data);
......
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