From: Luis R. Rodriguez Date: Fri, 19 Jul 2013 11:46:37 +0000 (+0000) Subject: backports: enable REGULATOR_MAX77693 on >= 3.6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1ca0891263a1a92d8734882181d2ba23c39e2117;p=openwrt%2Fstaging%2Fblogic.git backports: enable REGULATOR_MAX77693 on >= 3.6 There is a symbol missing otherwise that is currently only provided by the core, ie, non modular. Signed-off-by: Luis R. Rodriguez --- diff --git a/copy-list b/copy-list index 9c7be4a6b485..9957811004fb 100644 --- a/copy-list +++ b/copy-list @@ -139,6 +139,7 @@ include/linux/regulator/max8649.h include/linux/regulator/max8660.h include/linux/regulator/max8952.h include/linux/regulator/max8973-regulator.h +include/linux/mfd/max77693.h include/linux/mfd/max77693-private.h include/linux/regulator/of_regulator.h include/linux/regulator/tps51632-regulator.h diff --git a/dependencies b/dependencies index e226b7afccd0..684161359106 100644 --- a/dependencies +++ b/dependencies @@ -64,6 +64,7 @@ REGULATOR 3.4 # requires some work REGULATOR_ARIZONA DISABLE REGULATOR_MAX8973 DISABLE +REGULATOR_MAX77693 3.6 REGULATOR_MAX77686 DISABLE REGULATOR_MAX8997 DISABLE REGULATOR_RC5T583 DISABLE