diff options
Diffstat (limited to 'src/drivers/xpowers/axp209/axp209.c')
-rw-r--r-- | src/drivers/xpowers/axp209/axp209.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/drivers/xpowers/axp209/axp209.c b/src/drivers/xpowers/axp209/axp209.c index da575ccffd..93e864dff7 100644 --- a/src/drivers/xpowers/axp209/axp209.c +++ b/src/drivers/xpowers/axp209/axp209.c @@ -8,12 +8,13 @@ * Subject to the GNU GPL v2, or (at your option) any later version. */ -#include "axp209.h" -#include "chip.h" - #include <console/console.h> #include <device/device.h> #include <device/i2c_simple.h> +#include <types.h> + +#include "axp209.h" +#include "chip.h" /* Hide these definitions from the rest of the source, so keep them here */ enum registers { |