From ec0ee64da7aa7e569da7d55ef86804d9b7fbea1b Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 19 Oct 2009 16:21:30 +0000 Subject: Clean up some #ifdef CONFIG_* Change HAVE_FAN_CTL to be specific to the SuperIO that supports it. Signed-off-by: Myles Watson Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4809 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8237r/vt8237r_ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/via/vt8237r/vt8237r_ide.c') diff --git a/src/southbridge/via/vt8237r/vt8237r_ide.c b/src/southbridge/via/vt8237r/vt8237r_ide.c index acec09ef40..6a4ca389be 100644 --- a/src/southbridge/via/vt8237r/vt8237r_ide.c +++ b/src/southbridge/via/vt8237r/vt8237r_ide.c @@ -97,7 +97,7 @@ static void ide_init(struct device *dev) (sb->ide1_80pin_cable << 4); pci_write_config32(dev, IDE_UDMA, cablesel); -#ifdef CONFIG_EPIA_VT8237R_INIT +#if CONFIG_EPIA_VT8237R_INIT /* Set PATA Output Drive Strength */ lpc_dev = dev_find_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VT8237R_LPC, 0); -- cgit v1.2.3