Commit 766de461 authored by Tony Lindgren's avatar Tony Lindgren

Add missing variable to twl4030-power.c

As pointed out by Felipe Balbi.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 61d3e74f
...@@ -215,6 +215,7 @@ static int __init twl4030_write_script(u8 address, struct triton_ins *script, ...@@ -215,6 +215,7 @@ static int __init twl4030_write_script(u8 address, struct triton_ins *script,
static int __init config_sleep_wake_sequence(void) static int __init config_sleep_wake_sequence(void)
{ {
int err = 0; int err = 0;
u8 data;
/* /*
* CLKREQ is pulled high on the 2430SDP, therefore, we need to take * CLKREQ is pulled high on the 2430SDP, therefore, we need to take
......
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