Commit 601f8f60 authored by Todd Poynor's avatar Todd Poynor Committed by Tony Lindgren

[PATCH] ARM: OMAP: OMAP RTC pm_message_t conversion

pm_message_t conversion for OMAP RTC suspend; compile warning fix.
Signed-off-by: default avatarTodd Poynor <tpoynor@mvista.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6421f450
......@@ -709,7 +709,7 @@ static void set_rtc_irq_bit(unsigned char bit)
#ifdef CONFIG_PM
static struct timespec rtc_delta;
static int rtc_suspend(struct device *dev, u32 state, u32 level)
static int rtc_suspend(struct device *dev, pm_message_t message, u32 level)
{
struct rtc_time rtc_tm;
struct timespec time;
......
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