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
This commit is contained in:
Stefan Reinauer
2011-04-19 01:18:54 +00:00
committed by Stefan Reinauer
parent 432461ec7f
commit 582748fbb3
2 changed files with 7 additions and 6 deletions

View File

@@ -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,