diff options
Diffstat (limited to 'include/axp_pmic.h')
-rw-r--r-- | include/axp_pmic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/axp_pmic.h b/include/axp_pmic.h index 10091d0bb2..405044c3a3 100644 --- a/include/axp_pmic.h +++ b/include/axp_pmic.h @@ -15,6 +15,9 @@ #ifdef CONFIG_AXP221_POWER #include <axp221.h> #endif +#ifdef CONFIG_AXP305_POWER +#include <axp305.h> +#endif #ifdef CONFIG_AXP809_POWER #include <axp809.h> #endif |