diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-16 15:27:00 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-16 15:27:00 +0000 |
commit | ec75a57e364e237a5c2a57e2df289c65b0c305bb (patch) | |
tree | 65042a9e7302c8ae9119ceb5efcd6178779e0772 | |
parent | 6d07c932bb5258b10ce76c48ff2a7475da19fd85 (diff) | |
download | coreboot-ec75a57e364e237a5c2a57e2df289c65b0c305bb.tar.xz |
fix typo in pci_device.c (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4008 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/devices/pci_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <device/pciexp.h> #endif -#if CONFGI_AGP_PLUGIN_SUPPORT == 1 +#if CONFIG_AGP_PLUGIN_SUPPORT == 1 #include <device/agp.h> #endif #if CONFIG_CARDBUS_PLUGIN_SUPPORT == 1 |