From 766de46165ec9725b9bd5ebe8c0a46c8bde66565 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Fri, 12 Sep 2008 16:24:54 -0700 Subject: [PATCH] Add missing variable to twl4030-power.c As pointed out by Felipe Balbi. Signed-off-by: Tony Lindgren --- drivers/i2c/chips/twl4030-power.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/chips/twl4030-power.c b/drivers/i2c/chips/twl4030-power.c index afc19cd6f2d..04a13aaebb0 100644 --- a/drivers/i2c/chips/twl4030-power.c +++ b/drivers/i2c/chips/twl4030-power.c @@ -215,6 +215,7 @@ static int __init twl4030_write_script(u8 address, struct triton_ins *script, static int __init config_sleep_wake_sequence(void) { int err = 0; + u8 data; /* * CLKREQ is pulled high on the 2430SDP, therefore, we need to take -- 2.41.3