summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2013-12-31 14:46:17 +0200
committerJuha Tukkinen <jtukkinen@nvidia.com>2013-12-31 05:04:53 -0800
commit28f38b9e70c06b966ff53e8cac9ee37992b6f154 (patch)
treedd0a3363e62992645e692db9f080ef4ee038e568 /include/linux/mfd
parent6e26e5ad1d20f1d25f82a409707be50a94994722 (diff)
haptic: max77660: remove old system EDP framework
Revised system edp software framework has been put in place. This patch removes old system edp client code from max77660 haptic drivers. Bug 1431977 Change-Id: Ifc78a48237a7b44f98ee6e79b65fc49938f574dd Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: http://git-master/r/351032 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/max77660/max77660-core.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/mfd/max77660/max77660-core.h b/include/linux/mfd/max77660/max77660-core.h
index 5d3b2779626c..a8576f657741 100644
--- a/include/linux/mfd/max77660/max77660-core.h
+++ b/include/linux/mfd/max77660/max77660-core.h
@@ -1226,12 +1226,6 @@ enum max77660_haptic_continous_mode {
MAX77660_CONT_MODE,
};
-enum max77660_haptic_edp_states {
- MAX77660_HAPTIC_EDP_HIGH,
- MAX77660_HAPTIC_EDP_LOW,
- MAX77660_HAPTIC_EDP_NUM_STATES,
-};
-
struct max77660_haptic_platform_data {
int pwm_channel_id;
int pwm_period;
@@ -1248,8 +1242,6 @@ struct max77660_haptic_platform_data {
int feedback_duty_cycle;
int motor_startup_val;
int scf_val;
-
- unsigned int edp_states[MAX77660_HAPTIC_EDP_NUM_STATES];
};
/*