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