]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg/
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Mar 2008 22:53:54 +0000 (22:53 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Mar 2008 22:53:54 +0000 (22:53 +0000)
  Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h:
  Bus/Pci/PciBusDxe/PciHotPlugSupport.c:
  Bus/Pci/IdeBusDxe/idebus.h:
* Fix issues with filename inconsistency which prevents building on
  systems with case sensitive file systems.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4948 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c
IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h

index da7a03f71b45699fac30c35da138eea2e4d5b0a0..dc3508c0951dade67c1dbdd3d359b38b3d27769b 100644 (file)
@@ -37,7 +37,7 @@
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 #include <Library/DevicePathLib.h>\r
 \r
-#include <IndustryStandard/pci22.h>\r
+#include <IndustryStandard/Pci22.h>\r
 #include "idedata.h"\r
 \r
 //\r
index 61285421112b6b05808d151b120c2b5b0a859e9d..0883d0d2ddb9a111ab675148a549c8e9f499a7e0 100644 (file)
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include "Pcibus.h"\r
+#include "pcibus.h"\r
 #include "PciHotPlugSupport.h"\r
 \r
 EFI_PCI_HOT_PLUG_INIT_PROTOCOL  *gPciHotPlugInit;\r
index 69965cb19ba3c384db5eaef72287b42e7b1914b3..a21c21955945b20813e6a7b4ef2aef694c7db8f1 100644 (file)
@@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/DebugLib.h>\r
 \r
-#include <IndustryStandard/pci22.h>\r
+#include <IndustryStandard/Pci22.h>\r
 #include <IndustryStandard/Acpi.h>\r
 \r
 \r