]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
twl4030-core: fix a typo
authorJagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
Thu, 9 Oct 2008 15:14:49 +0000 (20:44 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Oct 2008 11:28:36 +0000 (14:28 +0300)
Fix a trivial typo.

Signed-off-by: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mfd/twl4030-core.c

index 767a811c478ebccf7268e466650e04744305066b..fd9a0160202cbf9c15105049ac2847ef6477b2fc 100644 (file)
@@ -57,7 +57,7 @@
 #define DRIVER_NAME                    "twl4030"
 
 #if defined(CONFIG_TWL4030_BCI_BATTERY) || \
-       defined(CONFIG_TWL4030_BCI_BATTERY_MODUEL)
+       defined(CONFIG_TWL4030_BCI_BATTERY_MODULE)
 #define twl_has_bci()          true
 #else
 #define twl_has_bci()          false