summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ec_commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 66c8f61077..226d3bf04f 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -3649,8 +3649,6 @@ struct ec_params_pd_write_log_entry {
uint8_t port; /* port#, or 0 for events unrelated to a given port */
} __packed;
-#endif /* !__ACPI__ */
-
/* Control USB-PD chip */
#define EC_CMD_PD_CONTROL 0x119
@@ -3667,6 +3665,8 @@ struct ec_params_pd_control {
uint8_t subcmd;
} __packed;
+#endif /* !__ACPI__ */
+
/*****************************************************************************/
/*
* Blob commands are just opaque chunks of data, sent with proto v3.