diff --git a/drivers/bus/pci/pci.c b/drivers/bus/pci/pci.c index 4933b591293..5395982747d 100644 --- a/drivers/bus/pci/pci.c +++ b/drivers/bus/pci/pci.c @@ -32,7 +32,7 @@ static NTSTATUS NTAPI PciPnpControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) // Make the initialization routines discardable, so that they // don't waste space -#pragma alloc_text(init, DriverEntry) +#pragma alloc_text(INIT, DriverEntry) #endif /* ALLOC_PRAGMA */