Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio
and DBM690T targets. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Zheng Bao <Zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3838 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b96af1ea60
commit
5a3c8462dc
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue