aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@nokia.com>2010-02-11 07:47:09 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 16:17:21 -0500
commit14e5c82ca32870698b7cbe54196e00682d929ca5 (patch)
tree3bc4cc9028ef59e98c9dd598865adf1b8d8528f4 /drivers
parent6985403138b74ad28c8ddac8baf88869556bec9a (diff)
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 <eduardo.valentin@nokia.com> Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/twl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
index d81003f4867e..942a1e837819 100644
--- a/drivers/mfd/twl-core.c
+++ b/drivers/mfd/twl-core.c
@@ -123,7 +123,7 @@
123#define TWL_NUM_SLAVES 4 123#define TWL_NUM_SLAVES 4
124 124
125#if defined(CONFIG_INPUT_TWL4030_PWRBUTTON) \ 125#if defined(CONFIG_INPUT_TWL4030_PWRBUTTON) \
126 || defined(CONFIG_INPUT_TWL4030_PWBUTTON_MODULE) 126 || defined(CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE)
127#define twl_has_pwrbutton() true 127#define twl_has_pwrbutton() true
128#else 128#else
129#define twl_has_pwrbutton() false 129#define twl_has_pwrbutton() false