mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
x86, numaq: add pci_acpi_scan_root() stub
allow 32-bit numaq build to succeed with ACPI enabled.
This commit is contained in:
parent
b28852d670
commit
f329469097
@ -87,3 +87,14 @@ static int __init numaq_tsc_disable(void)
|
||||
return 0;
|
||||
}
|
||||
arch_initcall(numaq_tsc_disable);
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
/*
|
||||
* Dummy implementation:
|
||||
*/
|
||||
struct pci_bus * __devinit
|
||||
pci_acpi_scan_root(struct acpi_device *device, int domain, int busnum)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user