From: Eduardo Valentin Date: Thu, 11 Feb 2010 12:47:09 +0000 (+0100) Subject: mfd: Fix twl_has_pwrbutton typo X-Git-Tag: v3.12-rc1~11022^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14e5c82ca32870698b7cbe54196e00682d929ca5;p=kernel%2Fkernel-generic.git mfd: Fix twl_has_pwrbutton typo Change the typo CONFIG_INPUT_TWL4030_PWBUTTON_MODULE in the twl_has_pwrbutton definition to CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE. Signed-off-by: Eduardo Valentin Signed-off-by: Christoph Egger Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c index d81003f..942a1e8 100644 --- a/drivers/mfd/twl-core.c +++ b/drivers/mfd/twl-core.c @@ -123,7 +123,7 @@ #define TWL_NUM_SLAVES 4 #if defined(CONFIG_INPUT_TWL4030_PWRBUTTON) \ - || defined(CONFIG_INPUT_TWL4030_PWBUTTON_MODULE) + || defined(CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE) #define twl_has_pwrbutton() true #else #define twl_has_pwrbutton() false