diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-16 04:58:21 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-16 04:58:21 +0000 |
commit | 0d7c136e9ded22d7176bd32df1709c562a0a32aa (patch) | |
tree | 550e84931f8974c5e3456dfdf05b019762965f63 /IntelFrameworkModulePkg | |
parent | e89cde87a5b24b8d3f5a9a891234d32f38600585 (diff) | |
download | edk2-platforms-0d7c136e9ded22d7176bd32df1709c562a0a32aa.tar.xz |
modify file name to uppercase.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5489 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.c index ec733ccbf3..304a543f44 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.c @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include "Pcibus.h"
+#include "PciBus.h"
//
// PCI Bus Driver Global Variables
|