commit | aae56f94a1e1409a5bdaf15860dc0c9924679425 | [log] [tgz] |
---|---|---|
author | Amy Maloche <amaloche@codeaurora.org> | Wed Apr 04 11:07:43 2012 -0700 |
committer | Amy Maloche <amaloche@codeaurora.org> | Wed Apr 04 11:12:05 2012 -0700 |
tree | f9d5b45a95ece165b364cc50761629e45ef23731 | |
parent | d487812cb7bb16bd4260d9505dc697d001afe24a [diff] [blame] |
pm8xxx: misc: correct typo for aux clock division Typo where 0 should be O in "XO" Change-Id: I23320a360e62e3027f79fffcabd0a7b4c7f2904c Signed-off-by: Amy Maloche <amaloche@codeaurora.org>
diff --git a/include/linux/mfd/pm8xxx/misc.h b/include/linux/mfd/pm8xxx/misc.h index c90d8d1..77683ce 100644 --- a/include/linux/mfd/pm8xxx/misc.h +++ b/include/linux/mfd/pm8xxx/misc.h
@@ -79,7 +79,7 @@ }; enum pm8xxx_aux_clk_div { - X0_DIV_NONE, + XO_DIV_NONE, XO_DIV_1, XO_DIV_2, XO_DIV_4,