commit | 2209e06f8a85c14a0670d7658f43a0e90151f197 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Wed Nov 28 16:28:04 2018 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Dec 06 14:55:41 2018 -0600 |
tree | bcdd07ea79500e7a2b63f21ed2ca01240d5190eb | |
parent | 7cb3026411cf2b64797eb6b1caacfba6ca4258d9 [diff] |
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>