diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-01-22 11:24:11 +0100 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-02-03 15:36:14 +0900 |
commit | 7f39b0678275c773301da15d3a7cc1ea7ca87171 (patch) | |
tree | 9ee6d6dbcf60234994cd382b503fba14bc26e45b /include | |
parent | 8475c869c30cbeef1695396b43bc240cc0d35f5a (diff) | |
download | u-boot-imx-7f39b0678275c773301da15d3a7cc1ea7ca87171.zip u-boot-imx-7f39b0678275c773301da15d3a7cc1ea7ca87171.tar.gz u-boot-imx-7f39b0678275c773301da15d3a7cc1ea7ca87171.tar.bz2 |
trats2: Code cleanup.
Remove wrong and unused env variables
Trats2 is not as GT-I8800.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/power/max77686_pmic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/power/max77686_pmic.h b/include/power/max77686_pmic.h index 16e9016..c2a772a 100644 --- a/include/power/max77686_pmic.h +++ b/include/power/max77686_pmic.h @@ -8,6 +8,8 @@ #ifndef __MAX77686_H_ #define __MAX77686_H_ +#include <power/pmic.h> + enum { MAX77686_REG_PMIC_ID = 0x0, MAX77686_REG_PMIC_INTSRC, |