aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h')
-rw-r--r--src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h b/src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h
index c5fd22b694..48177ed177 100644
--- a/src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h
+++ b/src/southbridge/amd/cimx_wrapper/sb800/Amdlib.h
@@ -36,7 +36,6 @@ typedef CHAR8 *va_list;
#define va_arg(ap, t) ( *(t *) ((ap += _INTSIZEOF (t)) - _INTSIZEOF (t)) )
#define va_end(ap) ( ap = (va_list)0 )
-
#pragma pack (push, 1)
#define IMAGE_ALIGN 32*1024