OSDN Git Service

PCI: Add missing include to drivers/pci.h
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Wed, 28 Nov 2018 22:28:04 +0000 (16:28 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Dec 2018 20:55:41 +0000 (14:55 -0600)
commit2209e06f8a85c14a0670d7658f43a0e90151f197
treebcdd07ea79500e7a2b63f21ed2ca01240d5190eb
parent7cb3026411cf2b64797eb6b1caacfba6ca4258d9
PCI: Add missing include to drivers/pci.h

This file makes use of definitions provided in <linux/pci.h>.  This only
compiles when <linux/pci.h> is included beforehand, and creates a nasty
include dependency.  Instead, just include the correct file.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.h