qcom: timer: change timer load value type

changing timer load value to 64 bit data type

Change-Id: I09a35980e5ac15fdfdae3896e7f04ef87b403894
Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org>
This commit is contained in:
Manoharan Vijaya Raghavan 2016-03-03 14:24:51 +05:30
parent 7138d8ac1f
commit df62dea585

View file

@ -51,7 +51,7 @@ static struct ipq_timer_platdata {
unsigned int gcnt_cntcv_lo;
unsigned int gcnt_cntcv_hi;
unsigned int gpt_freq_hz;
unsigned int timer_load_val;
unsigned long long timer_load_val;
} ipq_timer;
/**