From: Eduardo Valentin Date: Thu, 11 Feb 2010 12:47:09 +0000 (+0100) Subject: mfd: Fix twl_has_pwrbutton typo X-Git-Tag: v2.6.34-rc1~9^2~23 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=14e5c82ca32870698b7cbe54196e00682d929ca5;p=~emulex%2Finfiniband.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 d81003f4867..942a1e83781 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