summaryrefslogtreecommitdiff
path: root/power/amd_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/amd_x86.c')
-rw-r--r--power/amd_x86.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/power/amd_x86.c b/power/amd_x86.c
index ca40ef9f3b..e5b44a313f 100644
--- a/power/amd_x86.c
+++ b/power/amd_x86.c
@@ -13,15 +13,15 @@
#include "hooks.h"
#include "lid_switch.h"
#include "lpc.h"
-#include "power.h"
#include "power/amd_x86.h"
+#include "power.h"
#include "power_button.h"
-#include "registers.h"
#include "system.h"
#include "timer.h"
#include "usb_charge.h"
#include "util.h"
#include "wireless.h"
+#include "registers.h"
/* Console output macros */
#define CPUTS(outstr) cputs(CC_CHIPSET, outstr)