summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2014-04-29 00:20:34 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-04-29 23:31:15 +0200
commitb3413afb4a8995a67f5df6218c6d0ff3a53a6978 (patch)
treef8fcc820b3a6e3e5b65359177a23542778d8f206 /.gitignore
parentd1db0eea852497762cab43b905b879dfcd3b8987 (diff)
downloadop-kernel-dev-b3413afb4a8995a67f5df6218c6d0ff3a53a6978.zip
op-kernel-dev-b3413afb4a8995a67f5df6218c6d0ff3a53a6978.tar.gz
PNP: Fix compile error in quirks.c
Fix the compile error: drivers/pnp/quirks.c:393:2: error: implicit declaration of function 'pcibios_bus_to_resource' that occurs when building with CONFIG_PCI unset. The quirk is only relevent to Intel devices, so we could use "#if defined(CONFIG_X86) && defined(CONFIG_PCI)" instead, but testing CONFIG_X86 is not strictly necessary. Fixes: cb171f7abb9a (PNP: Work around BIOS defects in Intel MCH area reporting) Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud