diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index d67f3d9d00..0e7a5df487 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -43,7 +43,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