[RFC part1 PATCH 1/7] ACPI: Make ACPI core running without PCI on ARM64
From: Hanjun Guo <hidden>
Date: 2013-12-04 14:09:04
Also in:
linux-acpi, lkml
From: Hanjun Guo <hidden>
Date: 2013-12-04 14:09:04
Also in:
linux-acpi, lkml
On 2013?12?04? 00:41, Matthew Garrett wrote:
Given the number of #ifdefs you're adding, wouldn't it make more sense to just add stub functions to include/linux/pci.h?
Thanks for the suggestion :) I can add stub functions in include/linux/pci.h for raw_pci_read()/ raw_pci_write(), then can remove #ifdefs for acpi_os_read/write_pci_configuration(). Thanks Hanjun