summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
Diffstat (limited to 'power')
-rw-r--r--power/amd_x86.c1
-rw-r--r--power/common.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/power/amd_x86.c b/power/amd_x86.c
index 9b4300671d..3a407dfdf5 100644
--- a/power/amd_x86.c
+++ b/power/amd_x86.c
@@ -13,6 +13,7 @@
#include "hooks.h"
#include "lid_switch.h"
#include "lpc.h"
+#include "power/amd_x86.h"
#include "power.h"
#include "power_button.h"
#include "system.h"
diff --git a/power/common.c b/power/common.c
index 8b807f8364..256a60d0b1 100644
--- a/power/common.c
+++ b/power/common.c
@@ -18,6 +18,7 @@
#include "host_command.h"
#include "lpc.h"
#include "power.h"
+#include "power/amd_x86.h"
#include "power/intel_x86.h"
#include "power/qcom.h"
#include "system.h"