aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/dbm690t/acpi_tables.c2
-rw-r--r--src/mainboard/amd/pistachio/acpi_tables.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/dbm690t/acpi_tables.c b/src/mainboard/amd/dbm690t/acpi_tables.c
index a61db3d434..eb3433cc61 100644
--- a/src/mainboard/amd/dbm690t/acpi_tables.c
+++ b/src/mainboard/amd/dbm690t/acpi_tables.c
@@ -133,7 +133,7 @@ u32 pstates_algorithm(acpi_header_t * dsdt)
u32 *v;
struct cpuid_result cpuid1;
- typedef struct power_limit_encoding {
+ struct power_limit_encoding {
u8 socket_type;
u8 cmp_cap;
u8 pwr_lmt;
diff --git a/src/mainboard/amd/pistachio/acpi_tables.c b/src/mainboard/amd/pistachio/acpi_tables.c
index a61db3d434..eb3433cc61 100644
--- a/src/mainboard/amd/pistachio/acpi_tables.c
+++ b/src/mainboard/amd/pistachio/acpi_tables.c
@@ -133,7 +133,7 @@ u32 pstates_algorithm(acpi_header_t * dsdt)
u32 *v;
struct cpuid_result cpuid1;
- typedef struct power_limit_encoding {
+ struct power_limit_encoding {
u8 socket_type;
u8 cmp_cap;
u8 pwr_lmt;