diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-18 20:09:31 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-01 07:03:12 -0600 |
commit | f6e76202d4f11c8e38e2cec6111a8e2f99e83fcc (patch) | |
tree | 6634a0daa8298ac1da3548e15c6102d624076bea /include/configs/trats.h | |
parent | 1704308eb63bca0425c524438a7a2992689e2982 (diff) |
samsung: Move pmic header out of config file
We should not be including a PMIC header file in the board config. Move it
to a C file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r-- | include/configs/trats.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index 6806cd9565..e08bbc49ae 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -188,7 +188,6 @@ /* Download menu - definitions for check keys */ #ifndef __ASSEMBLY__ -#include <power/max8997_pmic.h> #define KEY_PWR_PMIC_NAME "MAX8997_PMIC" #define KEY_PWR_STATUS_REG MAX8997_REG_STATUS1 |