From a586fc2b44b16a3e305dc46a1dfac480b0e018f2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 27 Feb 2007 21:20:28 +0000 Subject: [PATCH] Fix typo and remove duplicate #define (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@150 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- device/pci_device.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device/pci_device.c b/device/pci_device.c index 369764b583..0664225c22 100644 --- a/device/pci_device.c +++ b/device/pci_device.c @@ -37,7 +37,6 @@ #define CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT 0 #define CONFIG_PCIX_PLUGIN_SUPPORT 0 #define CONFIG_PCIEXP_PLUGIN_SUPPORT 0 -#define CONFGI_AGP_PLUGIN_SUPPORT 0 #define CONFIG_CARDBUS_PLUGIN_SUPPORT 0 #define CONFIG_AGP_PLUGIN_SUPPORT 0 #if CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT == 1 @@ -49,7 +48,7 @@ #if CONFIG_PCIEXP_PLUGIN_SUPPORT == 1 #include #endif -#if CONFGI_AGP_PLUGIN_SUPPORT == 1 +#if CONFIG_AGP_PLUGIN_SUPPORT == 1 #include #endif #if CONFIG_CARDBUS_PLUGIN_SUPPORT == 1