aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-19 01:18:54 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-19 01:18:54 +0000
commit582748fbb35f930f1d40e62dc685b526f4ab74cc (patch)
tree63ee35bb81ef2f29a7f845fb758e4b0e54a3d456 /src/southbridge
parent432461ec7fad51190cda33716b90f693de2a6ec6 (diff)
Fix some more misuses of ifdef/if defined
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6515 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/sb700/sb700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb700/sb700.c b/src/southbridge/amd/sb700/sb700.c
index 6132d2b7b2..845c82cf54 100644
--- a/src/southbridge/amd/sb700/sb700.c
+++ b/src/southbridge/amd/sb700/sb700.c
@@ -226,7 +226,7 @@ void sb7xx_51xx_enable(device_t dev)
}
}
-#ifdef CONFIG_SOUTHBRIDGE_AMD_SP5100
+#if CONFIG_SOUTHBRIDGE_AMD_SP5100
struct chip_operations southbridge_amd_sp5100_ops = {
CHIP_NAME("ATI SP5100")
.enable_dev = sb7xx_51xx_enable,