From 19efd9ec947b56397e24195144bddd8a89a16fd1 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 16 Jul 2008 05:02:51 +0000 Subject: [PATCH] modify file name to uppercase. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5490 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c | 2 +- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c | 2 +- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c index 3ca17e4216..bfe00d3f56 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c @@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#include "Pcibus.h" +#include "PciBus.h" // // EFI Component Name Protocol diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c index 6d802bd3d8..05d7273075 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c @@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#include "Pcibus.h" +#include "PciBus.h" /** Operate the PCI register via PciIo function interface. diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c index e5e7a4c526..9635cb98e4 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#include "Pcibus.h" +#include "PciBus.h" #include "PciDeviceSupport.h" // -- 2.39.2