summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5530/cs5530.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/cs5530/cs5530.h')
-rw-r--r--src/southbridge/amd/cs5530/cs5530.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5530/cs5530.h b/src/southbridge/amd/cs5530/cs5530.h
index 283b64de33..e95d88e15b 100644
--- a/src/southbridge/amd/cs5530/cs5530.h
+++ b/src/southbridge/amd/cs5530/cs5530.h
@@ -21,7 +21,7 @@
#ifndef SOUTHBRIDGE_AMD_CS5530_CS5530_H
#define SOUTHBRIDGE_AMD_CS5530_CS5530_H
-#if !defined( __ROMCC__ ) && !defined(__PRE_RAM__)
+#if !defined(__PRE_RAM__)
#include "chip.h"
void cs5530_enable(device_t dev);
#endif