--- coreboot-v2-org/src/mainboard/amd/pistachio/acpi_tables.c	2008-12-09 21:52:42.000000000 +0800
+++ ../coreboot-v2/src/mainboard/amd/pistachio/acpi_tables.c	2008-12-19 15:35:56.000000000 +0800
@@ -133,12 +133,12 @@
 	u32 *v;
 	struct cpuid_result cpuid1;
 
-	typedef struct power_limit_encoding {
+	typedef struct _power_limit_encoding {
 		u8 socket_type;
 		u8 cmp_cap;
 		u8 pwr_lmt;
 		u32 power_limit;
-	};
+	} power_limit_encoding;
 	u8 Max_fid, Max_vid, Start_fid, Start_vid, Min_fid, Min_vid;
 	u16 Max_feq;
 	u8 Pstate_fid[10];
@@ -167,7 +167,7 @@
 	u32 new_package_length;
 	u8 sum, checksum;
 	u32 fid_multiplier;
-	static struct power_limit_encoding TDP[20] = {
+	static power_limit_encoding TDP[20] = {
 		{0x11, 0x0, 0x8, 62},
 		{0x11, 0x1, 0x8, 89},
 		{0x11, 0x1, 0xa, 103},
