summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorJohnny Qiu <joqiu@nvidia.com>2012-03-01 16:12:56 +0800
committerSimone Willett <swillett@nvidia.com>2012-03-01 17:15:50 -0800
commitfcd07a83a1fb71ae83b1c87799baeadaf9c7fa2d (patch)
tree0b5a6ee3b2140baac7a3dcb8ea3ca6528ede52c2 /include/linux/mfd
parent002e0c315182ee79b2fdd56e730b28d53d69cab8 (diff)
Revert "mfd: max77663: add support for status LED control through PMU GPIO"
This reverts commit 11c94f0d529a089f8cc37311258fd518be576383. Stat LED control through PMU GPIO should be implemented in another way. No need to touch PMU driver. Change-Id: Iecde818425640616df0a92339e1c0e8b323800bd Signed-off-by: Johnny Qiu <joqiu@nvidia.com> Reviewed-on: http://git-master/r/86828 Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/max77663-core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/max77663-core.h b/include/linux/mfd/max77663-core.h
index 896b6565f84c..acfe22aac535 100644
--- a/include/linux/mfd/max77663-core.h
+++ b/include/linux/mfd/max77663-core.h
@@ -140,9 +140,6 @@ struct max77663_platform_data {
unsigned char rtc_i2c_addr;
bool use_power_off;
- int has_stat_led;
- int stat_led_gpio;
- int stat_led_active_low;
};
#if defined(CONFIG_MFD_MAX77663)